test yarn e2e

This commit is contained in:
Antoine Legrand 2017-07-18 09:08:33 +02:00
parent 0ad28d056c
commit fc8ba8b84e
5 changed files with 54 additions and 46 deletions

View file

@ -18,7 +18,7 @@ RUN add-apt-repository ppa:nginx/development
# Add Yarn repository until it is officially added to Ubuntu
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
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
# Install system packages
RUN apt-get update && apt-get upgrade -y \
&& apt-get install -y \