This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1411
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1411 by this push:
     new 6e627b9  debug
6e627b9 is described below

commit 6e627b9bc3384a25b7efc72818972fd2b1ccab18
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Dec 26 11:51:51 2019 +0200

    debug
---
 infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py 
b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
index 649d144..5a62d3a 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
@@ -41,7 +41,7 @@ def ensure_docker_daemon(dlab_path, os_user, region):
                   stable"')
             sudo('apt-get update')
             sudo('apt-cache policy docker-ce')
-            sudo('apt-get install -y 
docker-ce={}~ce-3-0~ubuntu'.format(docker_version))
+            sudo('apt-get install -y 
docker-ce={}~ce~3-0~ubuntu'.format(docker_version))
             sudo('usermod -a -G docker ' + os_user)
             sudo('update-rc.d docker defaults')
             sudo('update-rc.d docker enable')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to