Skip to content

Commit 96c9221

Browse files
committed
remove prestissimo
1 parent b9a7536 commit 96c9221

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ COPY ./usr/local/bin/startup-commands.php /usr/local/bin/
9191

9292
# configure composer
9393
ENV COMPOSER_ALLOW_SUPERUSER=1 \
94-
COMPOSER_MEMORY_LIMIT=-1
95-
ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
96-
RUN composer global require hirak/prestissimo
94+
COMPOSER_MEMORY_LIMIT=-1 \
95+
PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
9796

9897
# configure yarn
9998
RUN yarn config set strict-ssl false && \

0 commit comments

Comments
 (0)