Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke committed Jul 31, 2024
1 parent 683ab72 commit 833a9e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \

RUN gem install fpm

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -c 'sh /dev/stdin "$@"' _ -v -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -c 'sh /dev/stdin "$@"' _ -v -y && \
. $HOME/.cargo/env

0 comments on commit 833a9e3

Please sign in to comment.