File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ MAINTAINER Tim Wagner <tw@appserver.io>
1111# ###############################################################################
1212
1313# define versions
14- ENV APPSERVER_DIST_VERSION 1.1.32
14+ ENV APPSERVER_DIST_VERSION 1.1.29
1515ENV APPSERVER_RUNTIME_VERSION 1.1.12
1616ENV APPSERVER_RUNTIME_BUILD 172
1717
@@ -80,7 +80,7 @@ WORKDIR /opt/appserver
8080RUN ln -s /opt/appserver/bin/composer.phar /usr/local/bin/composer \
8181
8282 # install composer dependencies
83- && composer install --prefer-dist --no-dev --no-interaction --optimize-autoloader \
83+ && /opt/appserver/bin/ composer.phar install --prefer-dist --no-dev --no-interaction --optimize-autoloader \
8484
8585 # modify user-rights in configuration
8686 && sed -i "s/www-data/root/g" etc/appserver/appserver.xml \
You can’t perform that action at this time.
0 commit comments