We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0c768 commit c531bfeCopy full SHA for c531bfe
games/samp/Dockerfile
@@ -18,7 +18,7 @@ RUN rm -rf /var/lib/apt/lists/*
18
RUN if [ "$(uname -m)" = "x86_64" ]; then \
19
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_i386.deb && \
20
dpkg -i libssl1.1_1.1.0g-2ubuntu4_i386.deb && \
21
- rm libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \
+ rm libssl1.1_1.1.0g-2ubuntu4_i386.deb; \
22
fi
23
24
USER container
0 commit comments