Vincent GUFFON 5 年之前
父节点
当前提交
e4b7a70b1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/node/Dockerfile

+ 1 - 1
docker/node/Dockerfile

@@ -13,7 +13,7 @@ RUN npm install npm@3.5.2; \
     apt-get update; \
     # Install dependencies
     apt-get install -yqq --no-install-recommends git bzip2 curl unzip; \
-    npm install -g gulp bower jison babel-cli typescript@next; \
+    npm install -g gulp bower jison babel-cli babel-preset-es2015 babel-preset-stage-2 typescript@next; \
     npm cache clean; \
     apt-get -yqq autoremove; \
     apt-get -yqq clean;  \