Forgot libxslt-dev on arm files.

Oooops
This commit is contained in:
chbmb 2019-06-12 02:10:49 +01:00
parent af31828167
commit 0bc8f50746
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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