We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b947a commit 93640c1Copy full SHA for 93640c1
build-environment/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get install -y python git-core gnupg flex bison gperf build-essential \
10
gcc-arm-linux-gnueabi g++-arm-linux-gnueabi ccache \
11
sudo
12
13
-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
14
15
RUN curl -L https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
16
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/
0 commit comments