We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a58579e + ddd39f1 commit 5d9127dCopy full SHA for 5d9127d
result/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:5.11.0-slim
+FROM node:8.9-slim
2
3
WORKDIR /app
4
result/tests/Dockerfile
@@ -1,5 +1,11 @@
-FROM node
-RUN npm install -g phantomjs
+RUN apt-get update -qq && apt-get install -qy \
+ ca-certificates \
+ bzip2 \
5
+ curl \
6
+ libfontconfig \
7
+ --no-install-recommends
8
+RUN yarn global add phantomjs-prebuilt
9
ADD . /app
10
11
CMD ["/app/tests.sh"]
0 commit comments