commit 692fa16bad0dae4153fb4044d138c82c9ffa808b Author: Hiro me@hiro7.eu Date: Wed Aug 16 18:03:11 2017 +0000
Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eda48c5f2..233782603 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,7 @@ before_script: - "apt-get update -qq" - "apt-get upgrade -y" - - "apt-get install -y --fix-missing git" - # Install ssh-agent if not already installed, it is required by Docker. - # (change apt-get to yum if you use a CentOS-based image) - - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' + - "apt-get install -y --fix-missing git openssh-client wget gcc g++ automake cmake make libglib2.0 libglib2.0-dev libigraph0 libigraph0-dev libevent-dev openssl libssl-dev python"
# Run ssh-agent (inside the build environment) - eval $(ssh-agent -s)