Skip to content

Commit

Permalink
pymongo and requests are installed via spamdb in the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 22, 2024
1 parent 665bf42 commit 4d61982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN /lila/ui/build --clean-build --debug
FROM mongo:7-jammy AS dbbuilder

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

ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:21-jdk $JAVA_HOME $JAVA_HOME
Expand Down

0 comments on commit 4d61982

Please sign in to comment.