Files
devcontainer/containers/go/Containerfile
Job79 48f13d622b
Some checks failed
Build container / build (push) Has been cancelled
chore: sync from github
2025-08-29 13:46:15 +02:00

5 lines
73 B
Docker

FROM ghcr.io/job79/base:latest
USER root
RUN dnf -y install go
USER user