File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
139141ENV UV_NO_PROGRESS=1
140142
You can’t perform that action at this time.
0 commit comments