From 2bfeb793fdb5edfb484ea009e132da5bb9c12723 Mon Sep 17 00:00:00 2001 From: Jonathan Crooke Date: Sun, 10 Nov 2019 17:37:11 +0100 Subject: [PATCH] Add other archs --- Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 2 files changed, 2 insertions(+) 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 && \