add Containerfile
This commit is contained in:
parent
5aeb93f059
commit
fb5545489b
8
Containerfile
Normal file
8
Containerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM registry.fedoraproject.org/fedora-toolbox:37
|
||||||
|
|
||||||
|
COPY extra-packages /
|
||||||
|
|
||||||
|
# hadolint ignore=SC3034,DL3041
|
||||||
|
RUN dnf install -y $(<extra-packages) \
|
||||||
|
&& dnf clean all -y \
|
||||||
|
&& rm -v /extra-packages
|
Reference in New Issue
Block a user