From 79faa6d04f872870095806af9a20f368bd6cc11c Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Wed, 27 Nov 2024 14:11:03 +0000 Subject: [PATCH] ipython: fix build (#12784) Signed-off-by: David Korczynski --- projects/ipython/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/ipython/Dockerfile b/projects/ipython/Dockerfile index 1f9faa887ed6..b53ee8076b25 100644 --- a/projects/ipython/Dockerfile +++ b/projects/ipython/Dockerfile @@ -15,11 +15,6 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder-python -# Ensure we work from right python version -RUN apt-get install -y python3.9 python3.9-dev && \ - ln --force -s /usr/bin/python3.9 /usr/local/bin/python3 && \ - apt-get install -y python3-pip && \ - python3 -m pip install cython "atheris>=2.1.1" "pyinstaller==5.0.1" "coverage==6.3.2" RUN git clone https://github.com/ipython/ipython WORKDIR $SRC COPY build.sh fuzz_* $SRC/