Skip to content

Commit 3e9ade8

Browse files
committed
Added universal skills.
1 parent 2ce26f4 commit 3e9ade8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ENV HOST=${HOST} \
5454
WORKDIR /app
5555
COPY . /app
5656
RUN apt-get update \
57-
&& apt-get install -y curl nano \
57+
&& apt-get install -y ripgrep tree fd-find curl nano \
5858
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
5959
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow .[all]
6060

0 commit comments

Comments
 (0)