Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Feb 18, 2023
1 parent b3e1bdd commit f1d4793
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.19.6.linux-amd64.tar.gz | tar xvz -C /usr/local \
&& curl https://dl.google.com/go/go1.20.1.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 f1d4793

Please sign in to comment.