fix stremio openssl ingest

This commit is contained in:
thelamer 2024-08-02 09:27:54 -04:00
parent da2de75b68
commit 207cd8c437

View File

@ -13,7 +13,7 @@ RUN \
"https://dl.strem.io/shell-linux/v4.4.168/stremio_4.4.168-1_amd64.deb" && \
curl -o \
/tmp/libssl.deb -L \
"http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb" && \
"http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb" && \
dpkg -i \
/tmp/libssl.deb && \
mkdir -p \