summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorJonathan Holloway <jholloway@redhat.com>2018-02-27 20:23:03 +0000
committerJonathan Holloway <jholloway@redhat.com>2018-02-27 20:23:03 +0000
commit2fd1503f356b7504e61610afd9d5969b295fb9c7 (patch)
tree1b4c5a1e0e668b79e31b8797521a52e3b81f9626 /docker
parent2fbf5f62dad59191f40d4fd2bc87e7bde5e86444 (diff)
Revert "update gdeploy repo in dockerfile"
This reverts commit 2fbf5f62dad59191f40d4fd2bc87e7bde5e86444. Change-Id: I5bf939506dbbafe417c62d4bd7f476c40c4c1623
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 96c604a58..400fcdeaf 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER loadtheaccumulator@gmail.com
# install gdeploy first due to pip/rpm PyYAML conflict
RUN dnf install -y wget
-RUN wget -q https://copr.fedorainfracloud.org/coprs/sac/gdeploy/repo/fedora-26/ -O /etc/yum.repos.d/gdeploy.repo
+RUN wget -q https://copr.fedorainfracloud.org/coprs/sac/gdeploy/repo/fedora-26/sac-gdeploy-fedora-26.repo -O /etc/yum.repos.d/gdeploy.repo
RUN dnf install -y gdeploy*
# install glusto