Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Jul 28, 2024
1 parent 0ad6cd5 commit aaf55eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,13 @@ RUN set -eux && \
asdf current && \
asdf list

# rust tools Dependencies
# rust tools path append
RUN set -eux && \
echo -e "#asdf rust command\nexport PATH=\$PATH:\$HOME/.asdf/installs/rust/stable/bin" >> ~/.bashrc && \
source ~/.bashrc && \
source ~/.bashrc

# rust tools path check
RUN set -eux && \
type -p dua && \
type -p rg && \
type -p topgrade
Expand Down

0 comments on commit aaf55eb

Please sign in to comment.