scaffolding pt.2
This commit is contained in:
+6
-1
@@ -1,4 +1,9 @@
|
||||
FROM docker.io/fedora:44
|
||||
FROM docker.io/fedora:44 as BUILDER
|
||||
|
||||
RUN dnf install --assumeyes --setopt install_weak_deps=False \
|
||||
gcc make just
|
||||
|
||||
FROM BUILDER as PACKER
|
||||
|
||||
RUN dnf install \
|
||||
--assumeyes \
|
||||
|
||||
Reference in New Issue
Block a user