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