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

quite apt-get update when build docker

上级 71f23eaf
......@@ -3,7 +3,7 @@ FROM node:6
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
RUN apt-get update && apt-get install -y \
RUN apt-get update -q && apt-get install -y \
apt-utils \
chromium \
google-chrome-stable \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册