Skip to content

Commit

Permalink
shorter find commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent eee142c commit a678720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.xx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
find /usr/local/cargo/git/db \
/usr/local/cargo/registry/cache \
/usr/local/cargo/registry/index \
-maxdepth 2 -type d &&
-maxdepth 2 -type d && \
cargo fetch

ENV PROFILE=release-github
Expand Down

0 comments on commit a678720

Please sign in to comment.