Skip to content

Commit

Permalink
Add libssl-dev to CI image for external openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed May 28, 2024
1 parent 9967509 commit f71272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get -yqq update && \
apt-get -yqq install --no-install-recommends \
software-properties-common \
build-essential gfortran \
autoconf automake ninja-build pkg-config \
autoconf automake libssl-dev ninja-build pkg-config \
${EXTRA_APTGET} \
gawk \
python3 python3-distutils \
Expand Down

0 comments on commit f71272b

Please sign in to comment.