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

This commit is contained in:
Job
2025-12-27 19:24:43 +01:00
parent 89ccaf1f52
commit 444d57ea32

View File

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