Skip to content

Commit de8aca7

Browse files
committed
Use docker-py
1 parent c73966a commit de8aca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/before_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- mode: sh; -*-
33

44
# File: before_install.sh
5-
# Time-stamp: <2018-02-15 14:26:31>
5+
# Time-stamp: <2018-02-15 14:40:30>
66
# Copyright (C) 2018 Sergei Antipov
77
# Description:
88

@@ -12,7 +12,7 @@ set -o errexit
1212
set -o pipefail
1313

1414
# Latest Ansible install
15-
pip install docker ansible
15+
pip install docker-py ansible
1616
ansible --version
1717
docker version
1818
# Pull docker image or build it

0 commit comments

Comments
 (0)