kopia lustrzana https://github.com/carlos-algms/composer-and-node-ci
rodzic
f625591076
commit
cb3a0fef08
|
@ -4,7 +4,7 @@ MAINTAINER Carlos A. Gomes <carlos.algms@gmail.com>
|
||||||
# Add Node.js repo
|
# Add Node.js repo
|
||||||
RUN \
|
RUN \
|
||||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
||||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list \
|
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
|
||||||
curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
|
Ładowanie…
Reference in New Issue