✂️ Trimming down the size of the docker image
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -8,18 +8,11 @@ WORKDIR /threetwo-import-service
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache --upgrade \
|
||||||
bash \
|
|
||||||
ca-certificates \
|
|
||||||
gcc \
|
|
||||||
dcron \
|
|
||||||
imagemagick \
|
|
||||||
mesa-gl \
|
|
||||||
python3 \
|
|
||||||
qt5-qtbase-x11 \
|
|
||||||
wget \
|
wget \
|
||||||
|
imagemagick \
|
||||||
|
python3 \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
xdg-utils \
|
|
||||||
xvfb \
|
xvfb \
|
||||||
xz && \
|
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)" && \
|
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)" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user