Skip to content

Commit 8bfbcad

Browse files
committed
Add cpio
1 parent 110bdff commit 8bfbcad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-environment/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ 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
14+
1315
RUN curl -L https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
1416
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/
1517

0 commit comments

Comments
 (0)