浏览代码

Updated NodeJS in Dockerfile (#12492)

master^2
Shlee 4 年前
committed by Eugen Rochko
父节点
当前提交
6c2c2eee46
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile 查看文件

@@ -3,8 +3,8 @@ FROM ubuntu:18.04 as build-dep
# Use bash for the shell
SHELL ["bash", "-c"]

# Install Node
ENV NODE_VER="12.11.1"
# Install Node v12 (LTS)
ENV NODE_VER="12.13.1"
RUN echo "Etc/UTC" > /etc/localtime && \
apt update && \
apt -y install wget python && \


正在加载...
取消
保存