Skip to content

Commit 5fd4c43

Browse files
committed
Added universal skills.
1 parent 387f199 commit 5fd4c43

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
@@ -79,7 +79,7 @@ ENV HOST=${HOST} \
7979
WORKDIR /app
8080
COPY . /app
8181
RUN apt-get update \
82-
&& apt-get install -y curl nano \
82+
&& apt-get install -y ripgrep tree fd-find curl nano \
8383
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
8484
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow .
8585

0 commit comments

Comments
 (0)