diff --git a/Dockerfile b/Dockerfile index afece006d..ed28538a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ADD . ./workdir WORKDIR "/workdir" # This installs all dependencies that we need. -RUN apt update -y && \ +RUN apt update -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true -o Acquire::AllowUnauthenticated=true -y && \ apt install build-essential git clang curl libssl-dev llvm libudev-dev make cmake protobuf-compiler pkg-config -y # Install the right toolchain and build the node