diff --git a/Dockerfile b/Dockerfile index b637a3e..c697dd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN \ echo "**** install runtime packages ****" && \ apt-get install -y \ imagemagick \ + libnss3 \ libxcomposite1 \ python3-minimal \ unrar && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b72caca..d3b6f9d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -23,6 +23,7 @@ RUN \ echo "**** install runtime packages ****" && \ apt-get install -y \ imagemagick \ + libnss3 \ libxcomposite1 \ python3-minimal \ unrar && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index a72cece..4abeeb9 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -23,6 +23,7 @@ RUN \ echo "**** install runtime packages ****" && \ apt-get install -y \ imagemagick \ + libnss3 \ libxcomposite1 \ python3-minimal \ unrar && \