Skip to content

Commit 21f8e7b

Browse files
authored
Merge pull request #132 from pluswerk/Kanti-patch-1
2 parents fbdecb2 + 139eaa0 commit 21f8e7b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,8 @@ COPY .vimrc /home/application/.vimrc
4040
COPY .vimrc /root/.vimrc
4141
COPY 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-
5043
ENV \
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" \
@@ -57,4 +50,11 @@ ENV \
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+
6060
WORKDIR /app

0 commit comments

Comments
 (0)