Skip to content

Commit 8be3fe2

Browse files
committed
Example app: Include Pillow for Imagefield
1 parent 0c348e3 commit 8be3fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app/compose/flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ RUN groupadd -r flask && useradd -r -g flask flask
88
COPY --chown=flask . /flask_mongoengine
99
RUN pip install --upgrade pip \
1010
&& pip install -e /flask_mongoengine[toolbar,wtf] \
11-
&& pip install Faker
11+
&& pip install Faker Pillow
1212
WORKDIR /flask_mongoengine

0 commit comments

Comments
 (0)