We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552404b commit dd8760aCopy full SHA for dd8760a
scripts/docker/Dockerfile.base
@@ -22,7 +22,7 @@ RUN apt-get update \
22
COPY .nvmrc .nvmrc
23
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && source ~/.profile \
24
&& nvm install \
25
- && npm install -g yarn pyright
+ && npm install -g yarn
26
27
# SDKMAN
28
ARG JAVA_VERSION
0 commit comments