Skip to content

Commit

Permalink
add RUN directive
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Nov 13, 2023
1 parent 7047c1a commit e11c788
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 @@ -7,7 +7,7 @@ RUN useradd -u 1000 -m foundry

USER foundry

curl -L https://foundry.paradigm.xyz | bash
RUN curl -L https://foundry.paradigm.xyz | bash

ENTRYPOINT ["/bin/sh", "-c"]

Expand Down

0 comments on commit e11c788

Please sign in to comment.