Install unzip package

This commit is contained in:
curben 2018-10-10 17:53:19 +10:30
parent 6259ba1f83
commit e9b7a7edeb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ image: alpine:latest # Use latest version of Alpine Linux docker image
before_script:
# Install dependencies
- 'which ssh-agent || ( apk update && apk add openssh-client git wget)'
- 'which ssh-agent || ( apk update && apk add openssh-client git wget unzip)'
# Run ssh-agent
- eval $(ssh-agent -s)