Skip to content

Commit

Permalink
Add compat-openssl11
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Oct 24, 2023
1 parent 46a027d commit ab4bfbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM rockylinux:9.2
# Install dependency packages and pandoc/libreoffice
RUN dnf -y update && \
dnf -y upgrade && \
dnf -y install poppler-utils xz-devel wget tar make which mailcap dnf-plugins-core && \
dnf -y install poppler-utils xz-devel wget tar make which mailcap dnf-plugins-core compat-openssl11 && \
dnf -y install epel-release && \
# This is a fix for an bug where config-manager tries to modify a repo file with the incorrect name
cp /etc/yum.repos.d/rocky-devel.repo /etc/yum.repos.d/Rocky-Devel.repo && \
Expand Down

0 comments on commit ab4bfbd

Please sign in to comment.