Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 30, 2023
1 parent 40d8ede commit 444a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/quakeliveqlx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN cd /tmp/ \
&& mv rcon-0.10.3-amd64_linux/rcon /usr/local/bin/

##python redis
RUN pip install redis zmq --no-input --break-system-packages
RUN pip install redis zmq requests --no-input --break-system-packages

# Set the locale
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
Expand Down

0 comments on commit 444a1cd

Please sign in to comment.