Add missing curl dependency

This commit is contained in:
Tanguy Herbron 2021-12-09 12:01:31 +01:00
parent 1a6353dff0
commit de5c2685b8

View File

@ -26,7 +26,7 @@ build-image:
script: script:
- source .env.update - source .env.update
- if [ "$NEED_UPDATE" = false ]; then exit 0; fi - if [ "$NEED_UPDATE" = false ]; then exit 0; fi
- apk add git wget - apk add git wget curl
- git clone https://gitlab.com/gitlab-org/omnibus-gitlab - git clone https://gitlab.com/gitlab-org/omnibus-gitlab
- cd omnibus-gitlab - cd omnibus-gitlab
- "GITLAB_VER=$(git tag | sort -V | grep -v rc | grep ce | tail -1)" - "GITLAB_VER=$(git tag | sort -V | grep -v rc | grep ce | tail -1)"