Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 9, 2023
1 parent 985949d commit 1244324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbittorrent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 1244324

Please sign in to comment.