Update scripts/docker/buildpack-deps/Dockerfile.ubuntu1604.clang.ossfuzz

Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
Bhargava Shastry 2021-09-15 12:57:55 +02:00 committed by GitHub
parent 479cd33e6f
commit 9a8fc605b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ RUN apt-get update; \
ninja-build git wget \
libbz2-dev zlib1g-dev git curl uuid-dev \
pkg-config openjdk-8-jdk liblzma-dev unzip mlton m4; \
apt-get install -qy python3-pip sphinx-doc sphinx-common;
apt-get install -qy python3-pip;
# Install cmake 3.21.2 (minimum requirement is cmake 3.10)
RUN wget https://github.com/Kitware/CMake/releases/download/v3.21.2/cmake-3.21.2-Linux-x86_64.sh; \