We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3469948 commit 35c710eCopy full SHA for 35c710e
recipes/loong64/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update \
21
ccache \
22
xz-utils
23
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
+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
25
26
COPY --chown=node:node run.sh /home/node/run.sh
27
0 commit comments