Skip to content

Commit

Permalink
install pymongo during build
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 24, 2023
1 parent 7a8a1e2 commit ce1a22e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM eclipse-temurin:21_35-jdk-alpine

COPY --from=python:3.12.0-alpine3.18 / /

RUN pip install pymongo

WORKDIR /lila-db-seed

0 comments on commit ce1a22e

Please sign in to comment.