diff --git a/apps/bazarr/Dockerfile b/apps/bazarr/Dockerfile index 64862f758..364ae8f54 100644 --- a/apps/bazarr/Dockerfile +++ b/apps/bazarr/Dockerfile @@ -45,7 +45,7 @@ RUN \ echo "**** Download Bazarr ****" && \ curl -fsSL -o /tmp/bazarr.zip \ "https://github.com/morpheus65535/bazarr/releases/download/v${VERSION}/bazarr.zip" && \ - unzip -q /tmp/app.zip -d /app/bazarr \ + unzip -q /tmp/bazarr.zip -d /app/bazarr \ && \ rm -rf /app/bazarr/bin \ echo "**** Set up virtual environment and install Python dependencies ****" && \