Commit 2ef43563 authored by Rabeeh Khoury's avatar Rabeeh Khoury Committed by GitHub

Merge pull request #7 from olofj/docker-packages

docker: add missing packages for script
parents 5eeed60b 5d555c65
......@@ -7,7 +7,7 @@ RUN set -e; \
apt-get -y upgrade; \
:
RUN apt-get -y install wget make tar p7zip-full squashfs-tools vim e2fsprogs parted dosfstools acpica-tools mtools device-tree-compiler xz-utils sudo gcc libssl-dev python2 bison flex u-boot-tools git bc fuseext2
RUN apt-get -y install wget make tar p7zip-full squashfs-tools vim e2fsprogs parted dosfstools acpica-tools mtools device-tree-compiler xz-utils sudo gcc libssl-dev python2 bison flex u-boot-tools git bc fuseext2 e2tools multistrap qemu-user-static
# build environment
WORKDIR /work
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment