diff --git a/Dockerfile b/Dockerfile index e410f84..fef38ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \