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 444a1cd commit 21f2859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games/quakeliveqlx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ RUN cd /tmp/ \
&& mv rcon-0.10.3-amd64_linux/rcon /usr/local/bin/

##python redis
RUN pip install redis zmq requests --no-input --break-system-packages
RUN wget https://github.com/MinoMino/minqlx-plugins/raw/master/requirements.txt
RUN pip install -r requirements.txt --break-system-packages

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

0 comments on commit 21f2859

Please sign in to comment.