initial commit
Change-Id: Ia748646eaf5c18f44eb5b147ff577d0d5ee844e8
This commit is contained in:
12
result/tests/Dockerfile
Normal file
12
result/tests/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:8.9-slim
|
||||
|
||||
RUN apt-get update -qq && apt-get install -qy \
|
||||
ca-certificates \
|
||||
bzip2 \
|
||||
curl \
|
||||
libfontconfig \
|
||||
--no-install-recommends
|
||||
RUN yarn global add phantomjs-prebuilt
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
CMD ["/app/tests.sh"]
|
||||
Reference in New Issue
Block a user