Skip to content

Commit fc5ce96

Browse files
committed
chore(Containerfile): remove dnf update
1 parent 77c21d7 commit fc5ce96

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/rhel8/Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi8/ubi
22
# use rockylinux for testing without a subscription
33
# FROM docker.io/library/rockylinux:8
44

5-
RUN dnf --assumeyes update && dnf clean all
65
RUN dnf --assumeyes install git zip binutils && dnf clean all
76

87
# for nuitka

build/rhel9/Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM registry.access.redhat.com/ubi9/ubi
22
# use rockylinux for testing without a subscription
33
# FROM docker.io/library/rockylinux:9
44

5-
RUN dnf --assumeyes update && dnf clean all
65
RUN dnf --assumeyes install git zip binutils && dnf clean all
76

87
# for nuitka

0 commit comments

Comments
 (0)