File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-w
85
85
|| gpg --keyserver pgp.mit.edu --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6 \
86
86
|| gpg --keyserver keyserver.pgp.com --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6 ) \
87
87
&& gpg --batch --verify silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip.asc silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
88
- && wget -nc http ://download.jboss.org/wildfly/${WILDFLY_VERSION}.Final/wildfly-${WILDFLY_VERSION}.Final.zip \
88
+ && wget -nc https ://download.jboss.org/wildfly/${WILDFLY_VERSION}.Final/wildfly-${WILDFLY_VERSION}.Final.zip \
89
89
&& unzip silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip -d /opt \
90
90
&& unzip wildfly-${WILDFLY_VERSION}.Final.zip -d /opt \
91
91
&& mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas \
Original file line number Diff line number Diff line change 7
7
<mirror >
8
8
<id >silverpeas</id >
9
9
<mirrorOf >*</mirrorOf >
10
- <url >http ://www.silverpeas.org/nexus/content/groups/silverpeas</url >
10
+ <url >https ://www.silverpeas.org/nexus/content/groups/silverpeas</url >
11
11
</mirror >
12
12
</mirrors >
13
13
You can’t perform that action at this time.
0 commit comments