Skip to content

Commit

Permalink
docker: add mongo extras
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 8, 2024
1 parent 7d470d9 commit a17d326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10-alpine AS ndn-python-repo

COPY . /repo

RUN pip install --disable-pip-version-check -e /repo
RUN pip install --disable-pip-version-check -e /repo[mongodb]

ENV HOME=/config
VOLUME /config
Expand Down

0 comments on commit a17d326

Please sign in to comment.