parent
c5f3d8d1a1
commit
dd58345cd7
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
FROM php:7.0-apache
|
FROM php:7.0-apache
|
||||||
|
RUN apt-get update && apt-get install -my gnupg
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
||||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
|
|
Loading…
Reference in a new issue