Specific hash to get around layer caching.
This commit is contained in:
parent
b7f1e5496c
commit
15db2a3a45
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue