Skip to content

Commit

Permalink
Dockerfile: zstd is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 27, 2020
1 parent 1e464b9 commit 54f7303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@

FROM dimkr/c-dev:clang

RUN apt-get -qq update && apt-get -y install zstd
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

0 comments on commit 54f7303

Please sign in to comment.