Skip to content

Commit 2aef30b

Browse files
committed
retry
1 parent a53d7b4 commit 2aef30b

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
@@ -28,7 +28,7 @@ RUN apt-get update \
2828
&& \
2929
rm -rf /var/lib/apt/lists/*
3030

31-
RUN pip3 install -U zstandard "git+https://github.com/brettmayson/valvepythonsteam#egg=steam[client]"
31+
RUN pip3 install --break-system-packages -U zstandard "git+https://github.com/brettmayson/valvepythonsteam#egg=steam[client]"
3232

3333
ENV PYTHONUNBUFFERED=1
3434

0 commit comments

Comments
 (0)