Specific hash to get around layer caching.

This commit is contained in:
Ralph Bean 2018-03-06 17:37:56 +00:00
parent b7f1e5496c
commit 15db2a3a45

View file

@ -27,7 +27,8 @@ spec:
https://kojipkgs.fedoraproject.org//packages/greenwave/0.6.1/1.fc26/noarch/greenwave-0.6.1-1.fc26.noarch.rpm
# https://pagure.io/greenwave/pull-request/136
RUN cd /usr/lib/python2.7/site-packages/ && curl https://pagure.io/greenwave/pull-request/136.patch | patch -p1
RUN cd /usr/lib/python2.7/site-packages/ && \
curl https://pagure.io/greenwave/c/dfad1eef36638a202ecf21150cd3d1313e77d029.patch | patch -p1
# create a symlink for configuring the fedmsg consumers.
RUN ln -sfn /etc/fedmsg-greenwave.d/greenwave.py /etc/fedmsg.d/zz_greenwave.py