Files
devcontainer/containers/go/Containerfile
2025-10-19 20:43:25 +02:00

5 lines
76 B
Docker

FROM git.plabble.org/job79/fedora
USER root
RUN dnf -y install go
USER user