sforkowany z mirror/composer-and-node-ci
rodzic
cb3a0fef08
commit
56047a5757
|
@ -3,9 +3,9 @@ MAINTAINER Carlos A. Gomes <carlos.algms@gmail.com>
|
|||
|
||||
# Add Node.js repo
|
||||
RUN \
|
||||
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_8.x | bash - \
|
||||
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_8.x | bash - \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
nodejs \
|
||||
unzip \
|
||||
|
|
Ładowanie…
Reference in New Issue