File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN sed -i "s/Require ip 127.0.0.1/Require ip 172.17/" /etc/httpd/conf.d/phpMyAd
122122# ------------------
123123# install MantisBT
124124
125- ENV MANTIS_VER 2.12 .0
125+ ENV MANTIS_VER 2.21 .0
126126ENV MANTIS_URL https://downloads.sourceforge.net/project/mantisbt/mantis-stable/${MANTIS_VER}/mantisbt-${MANTIS_VER}.tar.gz
127127ENV MANTIS_FILE mantisbt-${MANTIS_VER}.tar.gz
128128
@@ -138,7 +138,7 @@ RUN set -xe \
138138# ------------------
139139# install CodevTT
140140
141- ENV CODEVTT_VER 1.3 .0
141+ ENV CODEVTT_VER 1.4 .0
142142ENV CODEVTT_FILE codevtt_v${CODEVTT_VER}.zip
143143ENV CODEVTT_URL http://codevtt.org/site/index.php?sdmon=files/${CODEVTT_FILE}
144144
@@ -154,7 +154,6 @@ RUN set -xe \
154154RUN set -xe \
155155 && cd /var/www/html/mantis/plugins \
156156 && ln -s /var/www/html/codevtt/mantis_plugin/mantis_2_0/CodevTT \
157- # && ln -s /var/www/html/codevtt/mantis_plugin/mantis_2_0/FilterBugList \
158157 && mkdir -p /tmp/codevtt/logs \
159158 && chown -R apache:apache /tmp/codevtt
160159
You can’t perform that action at this time.
0 commit comments