Skip to content

Commit dd8760a

Browse files
committed
chore(python): better pyright handling
1 parent 552404b commit dd8760a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update \
2222
COPY .nvmrc .nvmrc
2323
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && source ~/.profile \
2424
&& nvm install \
25-
&& npm install -g yarn pyright
25+
&& npm install -g yarn
2626

2727
# SDKMAN
2828
ARG JAVA_VERSION

0 commit comments

Comments
 (0)