Skip to content

Commit dca6a25

Browse files
committed
fix first run
1 parent 9c73486 commit dca6a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update \
2323
&& \
2424
apt-get autoremove -y \
2525
&& \
26-
rm -rf /var/lib/apt/lists/* \
26+
rm -rf /var/lib/apt/lists/*
2727

2828
RUN pip3 install -U --break-system-packages --force "git+https://github.com/brettmayson/valvepythonsteam"
2929

0 commit comments

Comments
 (0)