Commit 8b7c2de6 authored by Olof Johansson's avatar Olof Johansson

docker: add packages expected by buildroot

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent bffe146c
......@@ -7,7 +7,11 @@ 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 e2tools multistrap qemu-user-static
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 g++ cpio python unzip rsync
# 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