Skip to content

Commit b45ef4b

Browse files
authored
Update Dockerfile
1 parent 469654d commit b45ef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
3333
python3 python3-venv python3-pip python3-dev && \
3434
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
3535

36-
RUN pip3 install debugpy pytest pytest-cov pytest-mock cython pylint pylint-exit black pre-commit pyright
36+
RUN pip3 install debugpy pytest pytest-cov pytest-mock cython pylint==3.3.9 pylint-exit black pre-commit pyright
3737

3838
# --- nvm + Node.js 22 (with symlinks so node/npm are always on PATH)
3939
ENV NVM_DIR=/root/.nvm

0 commit comments

Comments
 (0)