提交 3911ea5f 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

switch base image from alpine-shellcheck to alpine-node:7 because of selenium v3 require node v6.9

上级 7c536041
......@@ -6,11 +6,12 @@
#
# Docker image for Alpine Linux with latest ShellCheck, a static analysis tool for shell scripts.
# https://hub.docker.com/r/nlknguyen/alpine-shellcheck/
FROM nlknguyen/alpine-shellcheck
# FROM nlknguyen/alpine-shellcheck
FROM mhart/alpine-node:7
MAINTAINER Zhuophuan LI <zixia@zixia.net>
RUN apk update && apk upgrade \
&& apk add nodejs \
&& apk add \
bash \
ca-certificates \
chromium-chromedriver \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册