Add bz2-devel so python will be compiled with bz2 support.
PiperOrigin-RevId: 311167882 Change-Id: Ideeb21ae9bd8507d0e2cad4c95d4e81fb0d344fa
This commit is contained in:
parent
a2afd0e358
commit
563a8a5ce0
@ -59,11 +59,12 @@ RUN /install/install_deb_packages.sh
|
||||
# - dependencies to build Python from source
|
||||
# - patchelf, as it is required by auditwheel
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libncurses5-dev \
|
||||
libbz2-dev \
|
||||
libffi-dev \
|
||||
libgdbm-dev \
|
||||
libncurses5-dev \
|
||||
libnss3-dev \
|
||||
libreadline-dev \
|
||||
libffi-dev \
|
||||
patchelf \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
Reference in New Issue
Block a user