From 0bc8f50746632d4e81bea8d3ca08fe28a077d736 Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 12 Jun 2019 02:10:49 +0100 Subject: [PATCH] Forgot libxslt-dev on arm files. Oooops --- Dockerfile.aarch64 | 3 ++- Dockerfile.armhf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 16eb5b1..f982b15 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -15,6 +15,7 @@ RUN \ g++ \ gcc \ libxml2-dev \ + libxslt-dev \ python-dev && \ echo "**** install bazarr ****" && \ if [ -z ${BAZARR_VERSION+x} ]; then \ @@ -49,4 +50,4 @@ COPY root/ / # ports and volumes EXPOSE 6767 -VOLUME /config /movies /tv +VOLUME /config /movies /tv \ No newline at end of file diff --git a/Dockerfile.armhf b/Dockerfile.armhf index e42810b..09b0cfd 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -15,6 +15,7 @@ RUN \ g++ \ gcc \ libxml2-dev \ + libxslt-dev \ python-dev && \ echo "**** install bazarr ****" && \ if [ -z ${BAZARR_VERSION+x} ]; then \ @@ -49,4 +50,4 @@ COPY root/ / # ports and volumes EXPOSE 6767 -VOLUME /config /movies /tv +VOLUME /config /movies /tv \ No newline at end of file