8 lines
94 B
Docker
8 lines
94 B
Docker
ARG TAG
|
|
FROM job79/fedora:${TAG}
|
|
USER root
|
|
|
|
RUN dnf -y install go && dnf clean all
|
|
|
|
USER user
|