Files
devcontainer/containers/go/Containerfile

5 lines
81 B
Docker

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