Skip to content

Commit

Permalink
disable security checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed May 28, 2024
1 parent de0860e commit 0530058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0530058

Please sign in to comment.