From dc3100203ad9998843de655aaf970d7787f257f8 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:17:06 +0200 Subject: [PATCH] yea libssl1.1 --- oses/debian/Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/oses/debian/Dockerfile b/oses/debian/Dockerfile index 5144eac..d7074dd 100644 --- a/oses/debian/Dockerfile +++ b/oses/debian/Dockerfile @@ -22,11 +22,17 @@ RUN apt install -y gcc g++ libgcc-12-dev libc++-dev gdb libc6 git wget libfontconfig1 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadb-dev-compat libduktape207 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \ liblua5.3-0 libz3-dev libzadc4 rapidjson-dev tzdata libevent-dev libzip4 libprotobuf32 libfluidsynth3 procps libstdc++6 tini -# Temp fix for libicu66.1 for RAGE-MP +# Temp fix for libicu66.1 for RAGE-MP and libssl1.1 for fivem and many more RUN if [ "$(uname -m)" = "x86_64" ]; then \ wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb && \ + wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \ dpkg -i libicu66_66.1-2ubuntu2.1_amd64.deb && \ - rm libicu66_66.1-2ubuntu2.1_amd64.deb; \ + dkpk -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb + rm libicu66_66.1-2ubuntu2.1_amd64.deb libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \ + else \ + wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb && \ + dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb && \ + rm libssl1.1_1.1.1f-1ubuntu2_arm64.deb; \ fi ## Configure locale