From 1671a69c8858cf08a2970aa1bdd030b7380fcbf9 Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Wed, 1 Jun 2022 16:17:49 -0400 Subject: [PATCH] Fix the production container build for new bullseye base images (#11492) add dh-autoreconf to apt-get install for static to fix install of gifsicle per https://github.com/imagemin/imagemin-gifsicle/issues/37#issuecomment-578115789 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ebb72e6c4a1..137e1ee0d013 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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