aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/cpython3/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cpython3/Dockerfile')
-rw-r--r--projects/cpython3/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/cpython3/Dockerfile b/projects/cpython3/Dockerfile
index 6ca60d40..d238a785 100644
--- a/projects/cpython3/Dockerfile
+++ b/projects/cpython3/Dockerfile
@@ -1,4 +1,8 @@
-FROM gcr.io/oss-fuzz-base/base-builder
+# Using Ubuntu 16.04 because of breakage on Ubuntu 20.04.
+# See https://github.com/google/oss-fuzz/issues/6291 for more details.
+FROM gcr.io/oss-fuzz-base/base-builder:xenial
+# Delete line above and uncomment line below to upgrade to 20.04.
+# FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update
RUN apt-get install -y build-essential libncursesw5-dev \