Skip to content

Commit

Permalink
add flag -y
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Oct 29, 2024
1 parent 6a88baf commit f05691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER root

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

RUN apt-get update && apt-get install curl && \
RUN apt-get update && apt-get install -y curl && \
chmod +rx /usr/local/bin/entrypoint.sh /etc/profile.d/execution_tools.sh

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

0 comments on commit f05691f

Please sign in to comment.