remove python
This commit is contained in:
parent
ddc71a836d
commit
5e83cd95cf
@ -4,10 +4,9 @@ COPY sources.list /etc/apt/sources.list
|
||||
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y \
|
||||
sudo time git-core subversion build-essential g++ bash make \
|
||||
sudo time git-core build-essential g++ bash make \
|
||||
libssl-dev patch libncurses5 libncurses5-dev zlib1g-dev gawk \
|
||||
flex gettext wget unzip bzip2 xz-utils device-tree-compiler python python-distutils-extra \
|
||||
python3 python3-distutils-extra python3-setuptools swig rsync curl \
|
||||
flex gettext wget unzip bzip2 xz-utils device-tree-compiler rsync curl \
|
||||
libsnmp-dev liblzma-dev libpam0g-dev cpio rsync gcc-multilib && \
|
||||
apt-get clean && \
|
||||
useradd -m builder && \
|
||||
|
Loading…
Reference in New Issue
Block a user