cleans up cache

This commit is contained in:
Hyatt 2022-04-15 08:51:48 -05:00
parent c3d0980ced
commit 432e1b5970
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -38,6 +38,7 @@ COPY entrypoint.sh /calibre/entrypoint.sh
RUN apt-get update && \\
apt-get upgrade -y && \\
apt-get install -y --no-install-recommends curl xz-utils libgl1 libxcb1 && \\
apt-get clean && \\
chmod +x /calibre/entrypoint.sh && \\
mkdir -p /opt/calibre && \\
curl -Lks "https://nexus.c.test-chamber-13.lan/repository/calibre/${calibreVer}/calibre-${calibreVer}-x86_64.txz" -o /tmp/calibre.tar.xz && \\