Skip to content

Commit

Permalink
32 bit one?
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored May 19, 2024
1 parent 5b2e766 commit 0e0c768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/samp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN dpkg --add-architecture i386 \
RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
RUN rm -rf /var/lib/apt/lists/*

# Temp fix for things that still need libssl1.1
# Temp fix for things that still need libssl1.1 32 bit
RUN if [ "$(uname -m)" = "x86_64" ]; then \
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \
dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_i386.deb && \
dpkg -i libssl1.1_1.1.0g-2ubuntu4_i386.deb && \
rm libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \
fi

Expand Down

0 comments on commit 0e0c768

Please sign in to comment.