We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dbf1c6 + fff9b69 commit 0242e8aCopy full SHA for 0242e8a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.4.14-fpm-alpine3.11
+FROM php:7.4.14-fpm-alpine
2
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -92,9 +92,8 @@ COPY ./usr/local/bin/startup-commands.php /usr/local/bin/
92
93
# configure composer
94
ENV COMPOSER_ALLOW_SUPERUSER=1 \
95
- COMPOSER_MEMORY_LIMIT=-1
96
-ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
97
-RUN composer global require hirak/prestissimo
+ COMPOSER_MEMORY_LIMIT=-1 \
+ PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
98
99
# configure yarn
100
RUN yarn config set strict-ssl false && \
0 commit comments