8 lines
98 B
Docker
8 lines
98 B
Docker
ARG TAG
|
|
FROM job79/fedora:${TAG}
|
|
USER root
|
|
|
|
RUN dnf -y --setopt=keepcache=1 install go
|
|
|
|
USER user
|