mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2026-02-20 01:02:49 +08:00
Forgot libxslt-dev on arm files.
Oooops
This commit is contained in:
parent
af31828167
commit
0bc8f50746
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user