Skip to content

Commit 93640c1

Browse files
committed
Install missing tools
1 parent 67b947a commit 93640c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get install -y python git-core gnupg flex bison gperf build-essential \
1010
gcc-arm-linux-gnueabi g++-arm-linux-gnueabi ccache \
1111
sudo
1212

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

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

0 commit comments

Comments
 (0)