1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

.redhat-ci.sh: install docker

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #991
Approved by: baude
This commit is contained in:
Giuseppe Scrivano
2017-05-03 12:02:09 +02:00
committed by Atomic Bot
parent 35dee59096
commit 00eb8dab43

View File

@@ -20,7 +20,7 @@ if [ -f /run/ostree-booted ]; then
fi
fi
else
dnf install -y atomic python3-coverage
dnf install -y atomic python3-coverage docker
fi
# Restarting docker helps with permissions related to above.