Skip to content

Commit

Permalink
Use apt
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Oct 9, 2023
1 parent fd146d0 commit 216e2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG UPSTREAM_VERSION
FROM nethermind/nethermind:${UPSTREAM_VERSION}

RUN apt-get update && apt-get install -y curl
RUN apt update && apt install -y curl

COPY /security /security
COPY entrypoint.sh /usr/local/bin/entrypoint.sh

ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]

0 comments on commit 216e2ce

Please sign in to comment.