Skip to content
Snippets Groups Projects
Commit a02af0a3 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

change install command

parent 0e436c77
No related branches found
No related tags found
No related merge requests found
Pipeline #36152 canceled
......@@ -69,7 +69,7 @@ docker-deploy-main-test:
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
##
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client rsync -y )'
- 'command -v ssh-agent >/dev/null || ( apk add openssh-client rsync -y )'
##
## Run ssh-agent (inside the build environment)
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment