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

upgrade docker image to node v10

上级 017fb2a3
......@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get purge --auto-remove \
&& rm -rf /tmp/* /var/lib/apt/lists/*
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - \
&& apt-get update && apt-get install -y --no-install-recommends nodejs \
&& apt-get purge --auto-remove \
&& rm -rf /tmp/* /var/lib/apt/lists/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册