Use pip wothout sudo

This commit is contained in:
Sergei Antipov 2018-02-15 14:18:54 +07:00
parent 9f28d333ac
commit f1ffde352c
1 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# -*- mode: sh; -*- # -*- mode: sh; -*-
# File: before_install.sh # File: before_install.sh
# Time-stamp: <2018-02-15 14:10:38> # Time-stamp: <2018-02-15 14:15:57>
# Copyright (C) 2018 Sergei Antipov # Copyright (C) 2018 Sergei Antipov
# Description: # Description:
@ -11,10 +11,8 @@ set -o nounset
set -o errexit set -o errexit
set -o pipefail set -o pipefail
sudo apt-get update
sudo apt-get install apt-transport-https
# Latest Ansible install # Latest Ansible install
sudo pip install docker ansible pip install docker ansible
ansible --version ansible --version
docker version docker version
# Pull docker image or build it # Pull docker image or build it