Skip to content

Commit

Permalink
Install python3-venv in ci dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Aug 22, 2024
1 parent 32f75a3 commit f880d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN /lila/ui/build --clean-build --debug
##################################################################################
FROM mongo:7-jammy AS dbbuilder

RUN apt update && apt install -y python3-pip curl && apt clean
RUN apt update && apt install -y python3-pip python3-venv curl && apt clean
RUN pip3 install pymongo requests

ENV JAVA_HOME=/opt/java/openjdk
Expand Down

0 comments on commit f880d2c

Please sign in to comment.