Skip to content

Commit

Permalink
ipython: fix build (#12784)
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored Nov 27, 2024
1 parent 8245a9a commit 79faa6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/ipython/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 79faa6d

Please sign in to comment.