Files
devcontainer/containers/go/Containerfile
Job79 407ba8afae
All checks were successful
Build container / kali-build (push) Successful in 4m52s
Build container / fedora-build (push) Successful in 3m19s
fix: use TAG in go container
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