mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
do NOT add dev requirements to the container
This commit is contained in:
parent
a88ff5c1b3
commit
062e83d0e3
@ -60,7 +60,7 @@ rm composer-setup.php; \
|
||||
exit $RESULT' \
|
||||
# build EGroupware
|
||||
&& cd /usr/share \
|
||||
&& composer.phar create-project --prefer-dist --no-scripts egroupware/egroupware:$VERSION \
|
||||
&& composer.phar create-project --prefer-dist --no-scripts --no-dev egroupware/egroupware:$VERSION \
|
||||
&& cd egroupware \
|
||||
&& npm install \
|
||||
&& grunt \
|
||||
|
Loading…
Reference in New Issue
Block a user