We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25196e commit 735396eCopy full SHA for 735396e
example_app/compose/flask/Dockerfile
@@ -7,5 +7,6 @@ RUN apt-get update && \
7
RUN groupadd -r flask && useradd -r -g flask flask
8
COPY --chown=flask . /flask_mongoengine
9
RUN pip install --upgrade pip \
10
- && pip install -e /flask_mongoengine[toolbar,wtf]
+ && pip install -e /flask_mongoengine[toolbar,wtf] \
11
+ && pip install Faker
12
WORKDIR /flask_mongoengine
0 commit comments