6 lines
91 B
Docker
6 lines
91 B
Docker
ARG TAG
|
|
FROM git.plabble.org/job79/fedora:${TAG}
|
|
USER root
|
|
RUN dnf -y install go
|
|
USER user
|