Update Dockerfile #66
Annotations
1 error
Build Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** Installing build and runtime dependencies ****\" && apk add --no-cache build-base cargo libffi-dev libpq-dev libxml2-dev libxslt-dev python3-dev ffmpeg libxml2 libxslt bash jo jq trurl tzdata unzip mediainfo python3 curl coreutils ca-certificates catatonit && echo \"**** Downloading and extracting Bazarr ****\" && curl -fsSL -o /tmp/bazarr.zip \"https://github.com/morpheus65535/bazarr/releases/download/v${VERSION}/bazarr.zip\" && unzip -q /tmp/bazarr.zip -d /app/bin && rm /tmp/bazarr.zip && echo \"**** Setting Bazarr package info ****\" && printf \"UpdateMethod=docker\\nBranch=master\\nPackageVersion=%s\\nPackageAuthor=[Darkfella](https://github.com/darkfella91)\\n\" \"${VERSION}\" > /app/package_info && echo \"**** Setting up Python virtual environment and installing dependencies ****\" && python3 -m venv /app/venv && /app/venv/bin/pip install --upgrade --no-cache-dir pip wheel && /app/venv/bin/pip install --upgrade --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ -r /app/requirements.txt -r /app/postgres-requirements.txt && echo \"**** Cleaning up build dependencies and unnecessary files ****\" && apk del --purge build-base cargo libffi-dev libpq-dev libxml2-dev libxslt-dev python3-dev unzip && rm -rf /root/.cache /root/.cargo /tmp/* && echo \"**** Setting proper ownership and permissions for /app ****\" && chown -R root:root /app && chmod -R 755 /app" did not complete successfully: exit code: 1
|
Loading