Commit 374982ce authored by 温海元's avatar 温海元

add 8

parent 355d1429
FROM node:8-slim
MAINTAINER 252228148@qq.com
ENV TZ "Asia/Shanghai"
COPY ../node10/sources.list /etc/apt/
# node-gyp require python
RUN set -ex \
&& apt-get update \
&& apt-get install -y make gcc g++ python \
&& apt-get install -y git \
&& apt-get install -y telnet \
&& apt-get install -y iputils-ping \
&& apt-get install -y vim \
&& rm -rf /var/lib/apt/lists/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment