Add cpio to packages

This commit is contained in:
Mitko Gamishev 2019-01-18 15:06:23 +02:00
parent 15f1d81327
commit 628c1e5c32

@ -8,7 +8,7 @@ RUN apt-get install -y device-tree-compiler
RUN apt-get install -y dos2unix RUN apt-get install -y dos2unix
RUN apt-get install -y ccache gcc-aarch64-linux-gnu RUN apt-get install -y ccache gcc-aarch64-linux-gnu
RUN apt-get install -y u-boot-tools RUN apt-get install -y u-boot-tools
RUN apt-get install -y kpartx bsdtar mtools bc RUN apt-get install -y kpartx bsdtar mtools bc cpio
RUN cd /usr/bin/ && \ RUN cd /usr/bin/ && \
ln -s arm-linux-gnueabihf-gcc-4.7 arm-linux-gnueabihf-gcc && \ ln -s arm-linux-gnueabihf-gcc-4.7 arm-linux-gnueabihf-gcc && \