Skip to content

Commit e38bca8

Browse files
committed
💩clean spacebar
1 parent 31e2ea3 commit e38bca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN dpkg --add-architecture amd64 \
2121
&& wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_i386.deb \
2222
&& dpkg -i libssl1.1_1.1.1f-1ubuntu2_i386.deb \
2323
&& rm libssl1.1_1.1.1f-1ubuntu2_i386.deb \
24-
&& rm -rf /var/lib/apt/lists/*
24+
&& rm -rf /var/lib/apt/lists/*
2525

2626
ENV HOMEDIR="/home/steam" \
2727
STEAMAPPID="4020" \

0 commit comments

Comments
 (0)