Commit b6fe0f5c authored by Rabeeh Khoury's avatar Rabeeh Khoury Committed by GitHub

Merge pull request #38 from olofj/docker-fix

docker: add python3
parents 20848b19 9b22bfa8
...@@ -7,9 +7,9 @@ RUN set -e; \ ...@@ -7,9 +7,9 @@ RUN set -e; \
apt-get -y upgrade; \ apt-get -y upgrade; \
: :
RUN apt-get -y install wget make tar p7zip-full squashfs-tools vim \ RUN apt-get update ; apt-get -y install wget make tar p7zip-full squashfs-tools vim \
e2fsprogs parted dosfstools acpica-tools mtools \ e2fsprogs parted dosfstools acpica-tools mtools \
device-tree-compiler xz-utils sudo gcc libssl-dev python2 \ device-tree-compiler xz-utils sudo gcc libssl-dev python2 python3 \
bison flex u-boot-tools git bc fuseext2 e2tools multistrap \ bison flex u-boot-tools git bc fuseext2 e2tools multistrap \
qemu-user-static g++ cpio python unzip rsync qemu-user-static g++ cpio python unzip rsync
......
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