Skip to content

Commit d834b5d

Browse files
committed
Added universal skills.
1 parent 4068cd6 commit d834b5d

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
@@ -56,7 +56,7 @@ ENV HOST=${HOST} \
5656
WORKDIR /app
5757
COPY . /app
5858
RUN apt-get update \
59-
&& apt-get install -y curl nano \
59+
&& apt-get install -y ripgrep tree fd-find curl nano \
6060
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
6161
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow .[all]
6262

0 commit comments

Comments
 (0)