Commit 5d555c65 authored by Olof Johansson's avatar Olof Johansson

docker: add missing packages for script

runme.sh checks for these and fails, so add them during image creation.
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 5eeed60b
...@@ -7,7 +7,7 @@ RUN set -e; \ ...@@ -7,7 +7,7 @@ RUN set -e; \
apt-get -y upgrade; \ 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 # build environment
WORKDIR /work 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