浏览代码

missprint

Tomishinets Vladimir 4 年之前
父节点
当前提交
d455c01792
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nodeweb/Dockerfile

+ 1 - 0
nodeweb/Dockerfile

@@ -10,5 +10,6 @@ RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | apt-key add -
     && npm install -g grunt \
     && npm install -g sass \
     && npm install ruby --save \
+    && mkdir /root/.ssh \
     && printf "Host git.alfatell.ru \n\tStrictHostKeyChecking no" > /root/.ssh/config \
     && localedef -i ru_RU -f UTF-8 ru_RU.UTF-8