5 lines
81 B
Docker
5 lines
81 B
Docker
FROM git.plabble.org/job79/base:latest
|
|
USER root
|
|
RUN dnf -y install go
|
|
USER user
|