diff --git a/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython b/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython index 2e520f62cde..9c85091563e 100644 --- a/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython +++ b/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython @@ -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/*