Update Dockerfile

This commit is contained in:
Alexandre
2023-12-09 14:41:01 +01:00
committed by GitHub
parent 985949df04
commit 1244324647

View File

@@ -58,7 +58,7 @@ RUN \
echo "${BUILD_ARCH}" && \
BUILD_ARCH=${BUILD_ARCH:-x86} && \
if [[ "${BUILD_ARCH}" == *armv7* ]]; then exit 0; fi && \
if [[ "${BUILD_ARCH}" == *aarch64* ]]; then apk add --no-cache python3-dev; fi && \
if [[ "${BUILD_ARCH}" == *aarch64* ]]; then apk add musl-dev; fi && \
mkdir -p /qbit_manage && \
curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/archive/master.tar.gz" && \
tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \