wget is already included in alpine

This commit is contained in:
curben 2018-10-10 18:57:34 +10:30
parent f74cba26b7
commit 67f7c0e1a2
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)'
# Run ssh-agent
- eval $(ssh-agent -s)