Suggested fix for broken build (#3693)

This commit is contained in:
AdamKorcz 2020-04-22 16:12:39 +01:00 committed by GitHub
parent 2e20541502
commit 2a3d29d429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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/

View File

@ -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