Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored Jul 6, 2021
1 parent 925f72b commit 5b5f816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV BROKER_ADDRESS=
ENV ADDITIONAL_PARAMETERS=

# Pillow depenencies
RUN apk --no-cache add jpeg-dev \
RUN apk --no-cache add build-base \
jpeg-dev \
zlib-dev \
freetype-dev \
lcms2-dev \
Expand Down

0 comments on commit 5b5f816

Please sign in to comment.