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} \