Update Dockerfile.aarch64

This commit is contained in:
chbmb 2018-12-19 06:29:47 +00:00 committed by Ryan Kuba
parent 620748cc50
commit 9bfc7e903b

View File

@ -11,6 +11,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="chbmb"
RUN \
echo "**** install packages ****" && \
apk add --no-cache \
py-gevent && \
echo "**** install bazarr ****" && \
if [ -z ${BAZARR_VERSION+x} ]; then \
BAZARR_VERSION=$(curl -sX GET "https://api.github.com/repos/morpheus65535/bazarr/releases/latest" \