File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,15 +40,8 @@ COPY .vimrc /home/application/.vimrc
4040COPY .vimrc /root/.vimrc
4141COPY apache.conf /opt/docker/etc/httpd/vhost.common.d/apache.conf
4242
43- RUN composer global require davidrjonas/composer-lock-diff perftools/xhgui-collector alcaeus/mongo-php-adapter perftools/php-profiler && \
44- composer clear && \
45- echo "source ~/.additional_bashrc.sh" >> ~/.bashrc && \
46- curl -L https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh > ~/.bash_git
47-
48- USER root
49-
5043ENV \
51- COMPOSER_CACHE_DIR =/home/application/.composer/cache \
44+ COMPOSER_HOME =/home/application/.composer \
5245 POSTFIX_RELAYHOST="[global-mail]:1025" \
5346 PHP_DISMOD="ioncube,tideways" \
5447 PHP_DISPLAY_ERRORS="1" \
5750 XHGUI_PROFILING="enabled" \
5851 TZ=Europe/Berlin
5952
53+ RUN composer global require davidrjonas/composer-lock-diff perftools/xhgui-collector alcaeus/mongo-php-adapter perftools/php-profiler && \
54+ composer clear && \
55+ echo "source ~/.additional_bashrc.sh" >> ~/.bashrc && \
56+ curl -L https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh > ~/.bash_git
57+
58+ USER root
59+
6060WORKDIR /app
You can’t perform that action at this time.
0 commit comments