Update NodeJS install command

pull/1/head
Carlos Gomes 2021-10-07 11:43:26 +02:00
rodzic 78c6151810
commit cd6a7873c6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 870909DFEF7C5FB9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ RUN apt-get update \
default-mysql-client \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - \
&& apt-get install --no-install-recommends --no-install-suggests -y \
nodejs \
yarn \