Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rembik authored Mar 25, 2021
1 parent 748e300 commit 36608fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN set -eux; \
bash \
zip \
git \
jq \
openssl \
openssh \
sshpass \
Expand Down Expand Up @@ -64,7 +65,7 @@ RUN set -eux; \
if [ "$(uname -m)" = "x86_64" -a "$(getconf LONG_BIT)" = "64" ]; then \
curl -Os https://starship.rs/install.sh; \
chmod +x ./install.sh; \
./install.sh -f; \
./install.sh -V -f; \
rm install.sh; \
mkdir -p ~/.config; \
mv /tmp/config/starship.toml ~/.config/starship.toml; \
Expand Down

0 comments on commit 36608fc

Please sign in to comment.