Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Apr 11, 2024
1 parent 5313652 commit 1b82a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
g++-mips64el-linux-gnuabi64 \
pkg-config-mips64el-linux-gnuabi64 \
&& apt-get clean \
&& curl https://dl.google.com/go/go1.20.2.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://dl.google.com/go/go1.20.14.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://cdn.nodemedia.cn/tar/loongarch64-clfs-5.1-cross-tools-gcc-glibc.tar.xz | tar xvJ -C /opt \
&& curl https://cdn.nodemedia.cn/tar/osxcross-11.0.tar.gz | tar xvz -C / \
&& curl https://cdn.nodemedia.cn/tar/freebsd-9.tar.gz | tar xvz -C /
Expand Down

0 comments on commit 1b82a38

Please sign in to comment.