cleans up cache
This commit is contained in:
parent
c3d0980ced
commit
432e1b5970
@ -38,6 +38,7 @@ COPY entrypoint.sh /calibre/entrypoint.sh
|
|||||||
RUN apt-get update && \\
|
RUN apt-get update && \\
|
||||||
apt-get upgrade -y && \\
|
apt-get upgrade -y && \\
|
||||||
apt-get install -y --no-install-recommends curl xz-utils libgl1 libxcb1 && \\
|
apt-get install -y --no-install-recommends curl xz-utils libgl1 libxcb1 && \\
|
||||||
|
apt-get clean && \\
|
||||||
chmod +x /calibre/entrypoint.sh && \\
|
chmod +x /calibre/entrypoint.sh && \\
|
||||||
mkdir -p /opt/calibre && \\
|
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 && \\
|
curl -Lks "https://nexus.c.test-chamber-13.lan/repository/calibre/${calibreVer}/calibre-${calibreVer}-x86_64.txz" -o /tmp/calibre.tar.xz && \\
|
||||||
|
Reference in New Issue
Block a user