Skip to content

Commit

Permalink
⚡️ optimize chmod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 12, 2024
1 parent 2ec54aa commit 8bcdba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paradigmctf.py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN rustup component add rust-src --toolchain nightly
RUN rustup target add wasm32-unknown-unknown
RUN RUSTFLAGS="-C link-args=-rdynamic" cargo install --force cargo-stylus

RUN chmod -R 777 /opt/rust
RUN chmod -R 777 /opt/rust/cargo/registry

# (Optimization) Install requirements
COPY requirements.txt /tmp/requirements.txt
Expand Down

0 comments on commit 8bcdba2

Please sign in to comment.