浏览代码

добавил curl

Tomishinets Vladimir 3 年之前
父节点
当前提交
907ce5fabb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile-promo-sdk

+ 1 - 1
Dockerfile-promo-sdk

@@ -3,7 +3,7 @@ ARG git_repo=git@github.com:icruportal/web-sdk-demo.git
 ARG branch=master
 
 COPY id_rsa /root/.ssh/
-RUN apk add --no-cache git openssh \
+RUN apk add --no-cache git openssh curl \
     && printf "Host github.com \n\tStrictHostKeyChecking no" > /root/.ssh/config \
     && git clone ${git_repo} \
     && cd web-sdk-demo && git checkout ${branch} \