Go devc
This commit is contained in:
7
containers/go/Containerfile
Normal file
7
containers/go/Containerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM git.plabble.org/maurice/fedora:main
|
||||
|
||||
USER root
|
||||
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
||||
dnf -y --setopt=keepcache=1 install go
|
||||
|
||||
USER user
|
||||
Reference in New Issue
Block a user