Skip to content

Commit

Permalink
fix: add openssl11 for rpm signing to EL7 jobs
Browse files Browse the repository at this point in the history
Enable for EL7 so we can use rpm signing in GitHub Actions builds
  • Loading branch information
ardrigh committed Dec 19, 2023
1 parent 47978e7 commit a4dc404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/rpmbuild-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN curl -O https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz \
RUN yum update -y && \
yum install -y autoconf automake boost boost-filesystem boost-iostreams \
boost-program-options boost-regex boost-signals boost-system boost-thread \
cairo cairo-devel createrepo fontconfig fontconfig-devel \
cairo cairo-devel createrepo dnf dnf-plugins-core fontconfig fontconfig-devel \
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 unzip dnf dnf-plugins-core
openssl openssl11 pango pango-devel perl-devel python3 qtwebkit rpm-build \
rpmdevtools rpmlint rpm-sign shadow-utils systemd tar unzip

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 a4dc404

Please sign in to comment.