Skip to content

Commit

Permalink
fix: provide dnf for rpmbuild
Browse files Browse the repository at this point in the history
consistient with modern releases
  • Loading branch information
Mossman1215 authored and ardrigh committed Nov 30, 2023
1 parent a67faaf commit 5f61c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rpmbuild-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yum update -y && \
freetype freetype-devel gcc gcc-c++ git libdbi libdbi-devel libgfortran \
libxml2 libxml2-devel m2crypto make ncurses ncurses-devel numpy octave \
openssl pango pango-devel perl-devel python3 qtwebkit rpm-build \
rpmdevtools rpmlint rpm-sign shadow-utils systemd tar yum-utils unzip
rpmdevtools rpmlint rpm-sign shadow-utils systemd tar unzip dnf dnf-plugins-core

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
Expand Down

0 comments on commit 5f61c89

Please sign in to comment.