Skip to content

Commit 4d4d893

Browse files
committed
fix proot apps arm
1 parent 4ec1948 commit 4d4d893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ RUN \
212212
mkdir /proot-apps/ && \
213213
PAPPS_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/proot-apps/releases/latest" \
214214
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
215-
curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-x86_64.tar.gz \
215+
curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-aarch64.tar.gz \
216216
| tar -xzf - -C /proot-apps/ && \
217217
echo "${PAPPS_RELEASE}" > /proot-apps/pversion && \
218218
echo "**** dind support ****" && \

0 commit comments

Comments
 (0)