Various updates for great git.coopcloud.tech migration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2021-08-17 03:07:52 +02:00
parent f69e155d27
commit cfdf7f82f6
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ RUN mkdir -p ~/.abra/apps
RUN mkdir -p ~/.abra/vendor
RUN mkdir -p ~/.ssh/
RUN ssh-keyscan -p 2222 git.autonomic.zone > ~/.ssh/known_hosts
RUN ssh-keyscan -p 2222 git.coopcloud.tech > ~/.ssh/known_hosts
RUN curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 --output ~/.abra/vendor/jq
RUN chmod +x ~/.abra/vendor/jq