Skip to content

Commit

Permalink
Fix libssl install
Browse files Browse the repository at this point in the history
  • Loading branch information
syynek authored Dec 16, 2023
1 parent 6439c84 commit 38cdf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends ca-certifica

# Retreving older libssl version for mtasa
RUN wget -O libssl-1.1.deb http://ftp.de.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb && \
apt -y install libssl-1.1.deb && \
apt install -y ./libssl-1.1.deb && \
rm libssl-1.1.deb

# Set timezone
Expand Down

0 comments on commit 38cdf14

Please sign in to comment.