Skip to content

Commit

Permalink
Revert "Dockerfile: add cmake"
Browse files Browse the repository at this point in the history
This reverts commit 493cbe9.
  • Loading branch information
dimkr committed Jun 19, 2020
1 parent 493cbe9 commit 5e232ec
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 cmake
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

0 comments on commit 5e232ec

Please sign in to comment.