Skip to content

Commit

Permalink
Update Dockerfile.dependencies - libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr authored Oct 31, 2024
1 parent df68abe commit dfc9853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN mkdir -p ${PKGTMPDIR} && cd ${PKGTMPDIR} \
&& echo "#####################################" \
&& echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee /etc/apt/sources.list.d/focal-security.list \
&& apt-get update \
&& apt-get install -y libssl-dev=1.1.1f-1ubuntu2.22 \
&& apt-get install -y libssl-dev=1.1.1f-1ubuntu2.23 \
&& rm /etc/apt/sources.list.d/focal-security.list && apt-get update \
&& echo "#####################################" \
&& echo "install libbfio" \
Expand Down

0 comments on commit dfc9853

Please sign in to comment.