Skip to content

Commit

Permalink
Fix openssl version (regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Oct 8, 2024
1 parent e09946c commit 995742f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ LABEL [email protected]
LABEL description="Web server for Nivlheim"
ARG BRANCH=""

RUN dnf install -y httpd mod_ssl openssl procps-ng \
RUN dnf install -y httpd mod_ssl procps-ng \
unzip file bind-utils npm \
&& dnf install -y --releasever=39 openssl \
&& dnf clean all \
&& rm -rf /var/cache/yum \
&& npm install -g handlebars
Expand Down

0 comments on commit 995742f

Please sign in to comment.