Skip to content

Commit

Permalink
💩 debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
klein2ms committed Aug 3, 2024
1 parent 9f14b23 commit efa70fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ RUN set -ex \
&& apt-get install --no-install-recommends -y $BUILD_DEPS \
&& apt-get install --no-install-recommends -y $APP_DEPS \
&& apt-get update \
&& apt-get install --no-install-recommends -y fonts-powerline fonts-firacode gh \
&& curl -sS https://starship.rs/install.sh | sh \
&& apt-get install --no-install-recommends -y fonts-powerline fonts-firacode gh
RUN curl -sS https://starship.rs/install.sh | sh \
# && curl -s https://api.github.com/repos/starship/starship/releases/latest \
# | grep browser_download_url \
# | grep x86_64-unknown-linux-gnu \
Expand Down

0 comments on commit efa70fb

Please sign in to comment.