add python3-dev.

This commit is contained in:
licsber 2024-04-05 10:18:19 +08:00
parent 17cc6587bc
commit 5f8ffdf9b5

View File

@ -7,6 +7,7 @@ RUN lscpu && \
apt install -y -qq build-essential clang flex bison g++ gawk \ apt install -y -qq build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \ gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \
python3-distutils rsync unzip zlib1g-dev file wget \ python3-distutils rsync unzip zlib1g-dev file wget \
python3-dev \
python3-setuptools libelf-dev python3-pyelftools swig \ python3-setuptools libelf-dev python3-pyelftools swig \
screenfetch tree && \ screenfetch tree && \
apt clean > /dev/null && \ apt clean > /dev/null && \