From 60ceeb50cf559452381780c42b07ee5145a7091a Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 19 Dec 2018 06:30:22 +0000 Subject: [PATCH] Update Dockerfile.armhf --- Dockerfile.armhf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 3b4fba6..964dc85 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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" \