Files
releases/build/release-patcher-Dockerfile
2026-02-26 16:21:02 +01:00

7 lines
145 B
Plaintext

FROM golang:1.26
RUN apt-get update
RUN apt-get -y install python3
RUN apt-get -y install python3-setuptools
RUN apt-get -y install python3-pip