5 lines
73 B
Docker
5 lines
73 B
Docker
FROM ghcr.io/job79/base:latest
|
|
USER root
|
|
RUN dnf -y install go
|
|
USER user
|