Skip to content

Commit

Permalink
Dockerfile: add x86_64-any64-linux-musl toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jul 14, 2021
1 parent 2a28cee commit 2463489
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 @@ -23,4 +23,4 @@
FROM ghcr.io/dimkr/containers/c-dev:clang

RUN apt-get -qq update && apt-get -y install binwalk
RUN for i in arm-any32-linux-musleabi armeb-any32-linux-musleabi mips-any32-linux-musl mipsel-any32-linux-musl i386-any32-linux-musl; do wget -qO- https://github.com/dimkr/toolchains/releases/latest/download/$i.tar.gz | tar -xzf - -C /; done
RUN for i in x86_64-any64-linux-musl arm-any32-linux-musleabi armeb-any32-linux-musleabi mips-any32-linux-musl mipsel-any32-linux-musl i386-any32-linux-musl; do wget -qO- https://github.com/dimkr/toolchains/releases/latest/download/$i.tar.gz | tar -xzf - -C /; done

0 comments on commit 2463489

Please sign in to comment.