Skip to content

Commit c531bfe

Browse files
authored
Remove the right file
1 parent 0e0c768 commit c531bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/samp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN rm -rf /var/lib/apt/lists/*
1818
RUN if [ "$(uname -m)" = "x86_64" ]; then \
1919
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_i386.deb && \
2020
dpkg -i libssl1.1_1.1.0g-2ubuntu4_i386.deb && \
21-
rm libssl1.1_1.1.0g-2ubuntu4_amd64.deb; \
21+
rm libssl1.1_1.1.0g-2ubuntu4_i386.deb; \
2222
fi
2323

2424
USER container

0 commit comments

Comments
 (0)