Files
devcontainer/containers/go/Containerfile
2025-10-24 17:17:41 +02:00

6 lines
91 B
Docker

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