Skip to content

Commit

Permalink
Install missing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 29, 2017
1 parent 67b947a commit 93640c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-environment/Dockerfile
Expand Up @@ -10,7 +10,7 @@ RUN apt-get install -y python git-core gnupg flex bison gperf build-essential \
gcc-arm-linux-gnueabi g++-arm-linux-gnueabi ccache \
sudo

RUN apt-get install -y cpio nano vim kmod kpartx
RUN apt-get install -y cpio nano vim kmod kpartx wget bsdtar qemu-user-static

RUN curl -L https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/
Expand Down

0 comments on commit 93640c1

Please sign in to comment.