This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via a44c69a820c433a0e17506f807a6a269d244f6b4 (commit)
from 46fe47ec8a3c1321f88bf3efdba045e750351557 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=a44c69a820c433a0e17506f807a6a269d244f6b4
commit a44c69a820c433a0e17506f807a6a269d244f6b4
Author: Franck Villaume <[email protected]>
Date: Mon Aug 14 11:49:28 2017 +0000
set a workaround for
https://bodhi.fedoraproject.org/updates/FEDORA-2017-c594da45c9 which breaks
mpm-itk in containers
diff --git a/docker/Dockerfile b/docker/Dockerfile
index add8133..e1cdb24 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -53,6 +53,9 @@ RUN yum --enablerepo=epel install -y supervisor \
net-tools && \
yum -y clean all
+RUN curl
https://kojipkgs.fedoraproject.org//packages/httpd-itk/2.4.7.04/1.el7/x86_64/httpd-itk-2.4.7.04-1.el7.x86_64.rpm
-o httpd-itk-2.4.7.04-1.el7.x86_64.rpm && \
+ yum downgrade -y httpd-itk-2.4.7.04-1.el7.x86_64.rpm
+
RUN mkdir /var/run/sshd
RUN /usr/sbin/sshd-keygen
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits