Skip to content

Commit

Permalink
Move libmagickwand-dev to correct Docker container - we need it more …
Browse files Browse the repository at this point in the history
…than just for base build
  • Loading branch information
stevejalim committed Oct 16, 2024
1 parent 42760b7 commit eeba261
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN apt-install.sh \
libffi-dev \
libjpeg62-turbo-dev \
zlib1g-dev \
libwebp-dev \
libmagickwand-dev
libwebp-dev

RUN python -m venv /app/venv

Expand Down Expand Up @@ -67,7 +66,7 @@ EXPOSE 8000
CMD ["./bin/run.sh"]

COPY docker/bin/apt-install.sh /usr/local/bin/
RUN apt-install.sh gettext libxslt1.1 git curl
RUN apt-install.sh gettext libxslt1.1 git curl libmagickwand-dev

# copy in Python environment
COPY --from=python-builder /app/venv /app/venv
Expand Down

0 comments on commit eeba261

Please sign in to comment.