From 102b7fe11e6c1a6ead4737dfc99af8b39955987d Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 29 Oct 2021 00:07:55 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20Trimming=20down=20the=20si?= =?UTF-8?q?ze=20of=20the=20docker=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd8dd48..14b291b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,18 +8,11 @@ WORKDIR /threetwo-import-service RUN apk update && \ apk add --no-cache --upgrade \ - bash \ - ca-certificates \ - gcc \ - dcron \ - imagemagick \ - mesa-gl \ - python3 \ - qt5-qtbase-x11 \ wget \ + imagemagick \ + python3 \ nodejs \ npm \ - xdg-utils \ xvfb \ xz && \ wget -O- ${CALIBRE_INSTALLER_SOURCE_CODE_URL} | python3 -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main(install_dir='/opt', isolated=True)" && \