From d1e51ec7278a94ff21999d97b2130587e251e541 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 5 Feb 2022 14:12:59 +0000 Subject: [PATCH] Don't check stanford certificate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 481c1600..951d0e51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV B 16 RUN apt-get update && apt-get -y install bison flex libgmp-dev libmpc-dev -RUN wget https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz +RUN wget --no-check-certificate https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz RUN tar -xvf pbc-0.5.14.tar.gz RUN cd pbc-0.5.14 && ./configure && make && make install