Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 31, 2024
1 parent be05871 commit 17f04cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builders/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ RUN wget --no-verbose "https://static.rust-lang.org/rustup/dist/x86_64-unknown-l
&& chmod -R 777 /usr/local/cargo \
&& rustup target add aarch64-unknown-linux-gnu

# allow non-root user to download more deps later
RUN chmod -R 777 /usr/local/cargo

## COPY BUILD SCRIPTS

WORKDIR /code
Expand Down

0 comments on commit 17f04cc

Please sign in to comment.