sforkowany z mirror/composer-and-node-ci
Remove Sudo command
rodzic
cd6a7873c6
commit
9b0f05e39d
|
@ -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 -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
|
||||
&& apt-get install --no-install-recommends --no-install-suggests -y \
|
||||
nodejs \
|
||||
yarn \
|
||||
|
|
Ładowanie…
Reference in New Issue