File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
interval : " daily"
7
7
reviewers :
8
8
- krns
9
- - pehbehbeh
9
+ - PKuebler
10
10
assignees :
11
- - pehbehbeh
11
+ - PKuebler
Original file line number Diff line number Diff line change 1
- FROM php:7.4.13 -fpm-alpine3.11
1
+ FROM php:7.4.14 -fpm-alpine
2
2
3
3
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
4
4
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -34,6 +34,7 @@ RUN apk info \
34
34
bash \
35
35
git \
36
36
nodejs \
37
+ npm \
37
38
composer \
38
39
php7-tokenizer \
39
40
php7-simplexml \
@@ -91,9 +92,8 @@ COPY ./usr/local/bin/startup-commands.php /usr/local/bin/
91
92
92
93
# configure composer
93
94
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
95
+ COMPOSER_MEMORY_LIMIT=-1 \
96
+ PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
97
97
98
98
# configure yarn
99
99
RUN yarn config set strict-ssl false && \
You can’t perform that action at this time.
0 commit comments