Files
devcontainer/containers/go/Containerfile
2025-10-20 20:33:09 +02:00

6 lines
84 B
Docker

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