File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ARG BASE_TAG=php8.2 -alpine
1+ ARG BASE_TAG=php8.3 -alpine
22
33# https://hub.docker.com/r/phpswoole/swoole
44FROM phpswoole/swoole:$BASE_TAG
@@ -19,11 +19,12 @@ RUN set -ex \
1919 jpeg-dev \
2020 libpng-dev \
2121 libjpeg-turbo \
22+ libzip-dev \
2223 freetype-dev \
2324 imagemagick-dev \
2425 imagemagick && \
2526 docker-php-ext-configure gd --with-freetype --with-jpeg && \
26- docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif intl && \
27+ docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
2728 rm /var/cache/apk/* && rm -rf /tmp/pear
2829
2930
Original file line number Diff line number Diff line change 1212 default_type application/octet-stream ;
1313
1414 # Define custom log format to include reponse times
15- log_format main_timed '$remote_addr - $remote_user [$time_local] "$request" '
15+ log_format main_timed '[$request_id] [$time_local] "$request" '
1616 '$status $body_bytes_sent "$http_referer" '
1717 '"$http_user_agent" "$http_x_forwarded_for" '
1818 '$request_time $upstream_response_time $pipe $upstream_cache_status' ;
You can’t perform that action at this time.
0 commit comments