Files
devcontainer/containers/go/Containerfile
Job79 ac46b44332
Some checks failed
Build container / kali-build (push) Has been cancelled
Build container / fedora-build (push) Successful in 7m18s
ci: simplify pipeline
2025-10-20 20:34:15 +02:00

6 lines
84 B
Docker

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