소스 검색

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