We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53d7b4 commit 2aef30bCopy full SHA for 2aef30b
Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update \
28
&& \
29
rm -rf /var/lib/apt/lists/*
30
31
-RUN pip3 install -U zstandard "git+https://github.com/brettmayson/valvepythonsteam#egg=steam[client]"
+RUN pip3 install --break-system-packages -U zstandard "git+https://github.com/brettmayson/valvepythonsteam#egg=steam[client]"
32
33
ENV PYTHONUNBUFFERED=1
34
0 commit comments