tools/docker: add python

This commit is contained in:
Jonas Karlman 2017-10-28 09:23:54 +02:00
parent 2a530ac2ce
commit 90bf336ee0

View File

@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos '' docker \
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop \ wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python \
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
libc6-dev libncurses5-dev \ libc6-dev libncurses5-dev \
u-boot-tools \ u-boot-tools \