remove python

This commit is contained in:
janson 2024-04-08 14:47:24 +08:00
parent ddc71a836d
commit 5e83cd95cf
1 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,9 @@ COPY sources.list /etc/apt/sources.list
RUN apt-get update &&\ RUN apt-get update &&\
apt-get install -y \ 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 \ libssl-dev patch libncurses5 libncurses5-dev zlib1g-dev gawk \
flex gettext wget unzip bzip2 xz-utils device-tree-compiler python python-distutils-extra \ flex gettext wget unzip bzip2 xz-utils device-tree-compiler rsync curl \
python3 python3-distutils-extra python3-setuptools swig rsync curl \
libsnmp-dev liblzma-dev libpam0g-dev cpio rsync gcc-multilib && \ libsnmp-dev liblzma-dev libpam0g-dev cpio rsync gcc-multilib && \
apt-get clean && \ apt-get clean && \
useradd -m builder && \ useradd -m builder && \