Skip to content

Commit d9541dc

Browse files
authored
Merge pull request dunglas#18 from maxhelias/fix-auto-script
Fix the build of app with auto-script like recipe framework-bundle
2 parents 5f03437 + 00a6167 commit d9541dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ RUN composer create-project "symfony/skeleton ${VERSION}" . --stability=$STABILI
5151
COPY . .
5252

5353
RUN mkdir -p var/cache var/logs var/sessions \
54-
&& composer install --prefer-dist --no-dev --no-progress --no-suggest --classmap-authoritative --no-interaction \
55-
&& composer clear-cache \
54+
&& composer install --prefer-dist --no-dev --no-scripts --no-progress --no-suggest --classmap-authoritative --no-interaction \
5655
&& chown -R www-data var

0 commit comments

Comments
 (0)