We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e2ea3 commit e38bca8Copy full SHA for e38bca8
Dockerfile
@@ -21,7 +21,7 @@ RUN dpkg --add-architecture amd64 \
21
&& wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_i386.deb \
22
&& dpkg -i libssl1.1_1.1.1f-1ubuntu2_i386.deb \
23
&& rm libssl1.1_1.1.1f-1ubuntu2_i386.deb \
24
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/*
25
26
ENV HOMEDIR="/home/steam" \
27
STEAMAPPID="4020" \
0 commit comments