Skip to content

Commit

Permalink
Fix the production container build for new bullseye base images (pypi…
Browse files Browse the repository at this point in the history
…#11492)

add dh-autoreconf to apt-get install for static to fix install of gifsicle per imagemin/imagemin-gifsicle#37 (comment)
  • Loading branch information
ewdurbin authored Jun 1, 2022
1 parent 8406057 commit 1671a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /opt/warehouse/src/
RUN set -x \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
libjpeg-dev nasm
libjpeg-dev nasm dh-autoreconf

# However, we do want to trigger a reinstall of our node.js dependencies anytime
# our package.json changes, so we'll ensure that we're copying that into our
Expand Down

0 comments on commit 1671a69

Please sign in to comment.