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 0c348e3 commit 8be3fe2Copy full SHA for 8be3fe2
example_app/compose/flask/Dockerfile
@@ -8,5 +8,5 @@ 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] \
11
- && pip install Faker
+ && pip install Faker Pillow
12
WORKDIR /flask_mongoengine
0 commit comments