4 lines
93 B
Docker
4 lines
93 B
Docker
ARG TAG
|
|
FROM git.plabble.org/job79/fedora:${TAG}
|
|
RUN sudo dnf -y install go && dnf clean all
|