mirror of https://github.com/google/oss-fuzz.git
Suggested fix for broken build (#3693)
This commit is contained in:
parent
2e20541502
commit
2a3d29d429
|
@ -19,5 +19,9 @@ MAINTAINER jpa@npb.mail.kapsi.fi
|
|||
RUN apt-get update && apt-get install -y python3-pip git scons wget
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN git clone --depth 1 https://github.com/nanopb/nanopb $SRC/nanopb
|
||||
|
||||
RUN wget "https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh"
|
||||
RUN bash "Anaconda3-2020.02-Linux-x86_64.sh" -b
|
||||
|
||||
COPY build.sh $SRC/
|
||||
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
wget "https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh"
|
||||
bash "Anaconda3-2020.02-Linux-x86_64.sh" -b
|
||||
export PATH=~/anaconda3/bin:$PATH
|
||||
conda install protobuf -y
|
||||
pip3 install grpcio-tools
|
||||
|
|
Loading…
Reference in New Issue