Add missing curl dependency
This commit is contained in:
parent
1a6353dff0
commit
de5c2685b8
@ -26,7 +26,7 @@ build-image:
|
||||
script:
|
||||
- source .env.update
|
||||
- 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
|
||||
- cd omnibus-gitlab
|
||||
- "GITLAB_VER=$(git tag | sort -V | grep -v rc | grep ce | tail -1)"
|
||||
|
Reference in New Issue
Block a user