From 9bfc7e903bcd326d15604373e8ccf7fdc4ceca39 Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 19 Dec 2018 06:29:47 +0000 Subject: [PATCH] Update Dockerfile.aarch64 --- Dockerfile.aarch64 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ead6a15..ad95379 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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" \