Merge pull request #2154 from Kwiboo/docker-python

tools/docker: add python
This commit is contained in:
Radostan Riedel 2017-10-28 11:04:00 +02:00 committed by GitHub
commit 24ea64afbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos '' docker \
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
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 \
libc6-dev libncurses5-dev \
u-boot-tools \