refactor: add spacing to dockerfiles
All checks were successful
Build container / fedora-build (push) Successful in 5m48s

This commit is contained in:
Job
2025-11-10 17:57:39 +01:00
parent d81fa7d3a1
commit 9f1b65b781
3 changed files with 6 additions and 0 deletions

View File

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