We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c21d7 commit fc5ce96Copy full SHA for fc5ce96
build/rhel8/Containerfile
@@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi8/ubi
2
# use rockylinux for testing without a subscription
3
# FROM docker.io/library/rockylinux:8
4
5
-RUN dnf --assumeyes update && dnf clean all
6
RUN dnf --assumeyes install git zip binutils && dnf clean all
7
8
# for nuitka
build/rhel9/Containerfile
@@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi9/ubi
# FROM docker.io/library/rockylinux:9
0 commit comments