Skip to content

Commit

Permalink
Update DockerfileRocket
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Sep 27, 2023
1 parent ed8a88a commit 40d9cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileRocket
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-lc"]
# install asdf to manage all the thingz!!!
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
echo ". $HOME/.asdf/asdf.sh" >> /root/.bashrc && \
echo ". $HOME/.asdf/asdf.sh" >> /root/.zshrc
. $HOME/.asdf/asdf.sh

# install Scarb
RUN asdf plugin add scarb
Expand Down

0 comments on commit 40d9cbd

Please sign in to comment.