check
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Has been skipped
Build containers / dependent-images (infra) (push) Successful in 1s
Build containers / dependent-images (go) (push) Successful in 53s

This commit is contained in:
Job
2025-12-27 19:30:47 +01:00
parent 7fd174f37a
commit 4fe4f18e06

View File

@@ -1,3 +1,7 @@
ARG TAG ARG TAG
FROM git.plabble.org/job79/fedora:${TAG} FROM git.plabble.org/job79/fedora:${TAG}
RUN sudo dnf -y install go && dnf clean all USER root
RUN dnf -y install go
USER user