Skip to content

Commit

Permalink
el10b: No need for microdnf step
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Nov 26, 2024
1 parent f6aa8ac commit 4ac4780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-envs/Dockerfile-el10b
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM almalinux:10-kitten AS unibuild-image
#Install pre-requisites
#Install utils like tree useful for debugging
#Enable powertools since contains common dependencies
RUN microdnf install -y dnf \
&& dnf update -y \
RUN dnf update -y \
&& dnf install -y rpm rpm-build rpmdevtools m4 make sudo dnf-plugins-core epel-release tree \
&& dnf config-manager --enable crb

Expand Down

0 comments on commit 4ac4780

Please sign in to comment.