Skip to content

Commit

Permalink
Revert "Fix the production container build for new bullseye base imag…
Browse files Browse the repository at this point in the history
…es (#11492)"

This reverts commit 1671a69.
  • Loading branch information
ewdurbin committed Jun 1, 2022
1 parent 1671a69 commit 089278e
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 dh-autoreconf
libjpeg-dev nasm

# 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 089278e

Please sign in to comment.