Skip to content
Snippets Groups Projects
Commit 6b908187 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

install wget to be able to use ius release

otherwise, python35 isn't available.

Former-commit-id: 511827ca3ef06aea25788ec11e4bfcf776c1803d
parent 6f0174cf
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ deploy-webserver:
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
script:
- yum install -y epel-release
- yum install -y epel-release wget
- yum install -y gcc
- wget https://centos7.iuscommunity.org/ius-release.rpm
- rpm -Uvh ius-release*.rpm
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment