From a17d32638745ce86b185e97bd932da274bf22c0a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 8 May 2024 00:36:27 -0700 Subject: [PATCH] docker: add mongo extras --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3a78d1..d8d08be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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