Skip to content

Commit 35c710e

Browse files
authored
fix curl command for loong64 Dockerfile (#90)
1 parent 3469948 commit 35c710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/loong64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
ccache \
2222
xz-utils
2323

24-
RUN curl https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-7.3-cross-tools-gcc-glibc.tar.xz | tar xJf - -C /opt
24+
RUN curl -L https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-7.3-cross-tools-gcc-glibc.tar.xz | tar xJf - -C /opt
2525

2626
COPY --chown=node:node run.sh /home/node/run.sh
2727

0 commit comments

Comments
 (0)