Commit 3fddde32 authored by xuezj's avatar xuezj

增加node12

parent c5b3746f
FROM node:12-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