Explorar o código

добавил curl

Tomishinets Vladimir %!s(int64=3) %!d(string=hai) anos
pai
achega
907ce5fabb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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} \