Browse Source

Phantom test

pull/271/head
Sebastian Stehle 8 years ago
parent
commit
7b92b1361d
  1. 8
      Dockerfile

8
Dockerfile

@ -3,6 +3,14 @@
# #
FROM squidex/aspnetcore-build-phantomjs:2.0.3-jessie as builder FROM squidex/aspnetcore-build-phantomjs:2.0.3-jessie as builder
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
RUN apt-get update
&& apt-get install -y google-chrome-stable
COPY src/Squidex/package.json /tmp/package.json COPY src/Squidex/package.json /tmp/package.json
# Install Node packages # Install Node packages

Loading…
Cancel
Save