Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayle committed May 12, 2019
1 parent 97cae7b commit 9c1f2ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN sed -i "s/Require ip 127.0.0.1/Require ip 172.17/" /etc/httpd/conf.d/phpMyAd
# ------------------
# install MantisBT

ENV MANTIS_VER 2.12.0
ENV MANTIS_VER 2.21.0
ENV MANTIS_URL https://downloads.sourceforge.net/project/mantisbt/mantis-stable/${MANTIS_VER}/mantisbt-${MANTIS_VER}.tar.gz
ENV MANTIS_FILE mantisbt-${MANTIS_VER}.tar.gz

Expand All @@ -138,7 +138,7 @@ RUN set -xe \
# ------------------
# install CodevTT

ENV CODEVTT_VER 1.3.0
ENV CODEVTT_VER 1.4.0
ENV CODEVTT_FILE codevtt_v${CODEVTT_VER}.zip
ENV CODEVTT_URL http://codevtt.org/site/index.php?sdmon=files/${CODEVTT_FILE}

Expand All @@ -154,7 +154,6 @@ RUN set -xe \
RUN set -xe \
&& cd /var/www/html/mantis/plugins \
&& ln -s /var/www/html/codevtt/mantis_plugin/mantis_2_0/CodevTT \
# && ln -s /var/www/html/codevtt/mantis_plugin/mantis_2_0/FilterBugList \
&& mkdir -p /tmp/codevtt/logs \
&& chown -R apache:apache /tmp/codevtt

Expand Down

0 comments on commit 9c1f2ce

Please sign in to comment.