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 dac0269 commit 7a60343
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 @@ -15,7 +15,7 @@ WORKDIR /opt/app
# ensure we use bash for all RUN commands
# use -l to use interactive login shell
# and ensure modifications to bashrc are properly sourced
SHELL ["/bin/bash", "-lc"]
SHELL ["/bin/bash", "-c"]

# install asdf to manage all the thingz!!!
RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
Expand Down

0 comments on commit 7a60343

Please sign in to comment.