Skip to content

Commit

Permalink
Dockerfile: add cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jun 13, 2020
1 parent 7dc062b commit 493cbe9
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 @@ -22,5 +22,5 @@

FROM dimkr/c-dev:clang

RUN apt-get -qq update && apt-get -y install binwalk
RUN apt-get -qq update && apt-get -y install binwalk cmake
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 493cbe9

Please sign in to comment.