add python back

This commit is contained in:
janson 2024-04-08 15:37:05 +08:00
parent 5e83cd95cf
commit 4b5b50ed65
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN apt-get update &&\
apt-get install -y \
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 rsync curl \
flex gettext wget unzip bzip2 xz-utils device-tree-compiler rsync curl python3 python3-distutils-extra python3-setuptools \
libsnmp-dev liblzma-dev libpam0g-dev cpio rsync gcc-multilib && \
apt-get clean && \
useradd -m builder && \