Skip to content

Commit

Permalink
Remove starship, re-add autoremove (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDEguia authored Feb 25, 2024
1 parent 4565532 commit 9953c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get -yq install --no-install-recommends \
tree \
lsof \
fish \
&& sh -c "curl -fsSL https://starship.rs/install.sh | bash -s -- --yes" \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9953c96

Please sign in to comment.