Skip to content

Commit edd1ec7

Browse files
committed
Added universal skills.
1 parent 33526d5 commit edd1ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)