Remove the right file

This commit is contained in:
Quinten
2024-05-19 19:33:05 +02:00
committed by GitHub
parent 0e0c76820a
commit c531bfee27

View File

@@ -18,7 +18,7 @@ RUN rm -rf /var/lib/apt/lists/*
RUN if [ "$(uname -m)" = "x86_64" ]; then \
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; \
rm libssl1.1_1.1.0g-2ubuntu4_i386.deb; \
fi
USER container