Skip to content

Commit 1f58b5c

Browse files
add fd-find, universal-ctags (#100)
1 parent aaf6ad0 commit 1f58b5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update \
1818
curl=8.5.* \
1919
default-libmysqlclient-dev=1.1.* \
2020
dnsutils=1:9.18.* \
21+
fd-find=9.0.* \
2122
gettext=0.21-* \
2223
git=1:2.43.* \
2324
git-lfs=3.4.* \
@@ -64,6 +65,7 @@ RUN apt-get update \
6465
swig3.0=3.0.* \
6566
tk-dev=8.6.* \
6667
tzdata=2025b-* \
68+
universal-ctags=5.9.* \
6769
unixodbc-dev=2.3.* \
6870
unzip=6.0-* \
6971
uuid-dev=2.39.* \
@@ -134,7 +136,7 @@ RUN apt-get update \
134136
"$pyv/bin/pip" install --no-cache-dir --no-compile ruff black mypy pyright isort pytest; \
135137
done \
136138
&& rm -rf /root/.cache/pip ~/.cache/pip ~/.cache/pipx
137-
139+
138140
# Reduce the verbosity of uv - impacts performance of stdout buffering
139141
ENV UV_NO_PROGRESS=1
140142

0 commit comments

Comments
 (0)