Update Dockerfile
This commit is contained in:
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
|
||||
unzip \
|
||||
iputils-ping \
|
||||
sudo \
|
||||
ncurses-term \
|
||||
procps \
|
||||
ripgrep \
|
||||
fzf \
|
||||
@@ -26,6 +27,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
RUN curl -sS https://starship.rs/install.sh -o /tmp/install_starship.sh && \
|
||||
chmod +x /tmp/install_starship.sh && \
|
||||
/tmp/install_starship.sh --yes && \
|
||||
|
||||
Reference in New Issue
Block a user