We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c73486 commit dca6a25Copy full SHA for dca6a25
Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get update \
23
&& \
24
apt-get autoremove -y \
25
26
- rm -rf /var/lib/apt/lists/* \
+ rm -rf /var/lib/apt/lists/*
27
28
RUN pip3 install -U --break-system-packages --force "git+https://github.com/brettmayson/valvepythonsteam"
29
0 commit comments