File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,18 @@ RUN composer create-project eveseat/seat:^5.0 --stability dev --no-scripts --no-
13
13
php -r "file_exists('.env') || copy('.env.example', '.env');" && \
14
14
mv /tmp/seat-version /seat/storage/version
15
15
16
- FROM --platform=$TARGETPLATFORM php:8.2-apache-bullseye AS seat
16
+ FROM --platform=$TARGETPLATFORM php:8.2-apache-bookworm AS seat
17
17
18
18
# OS Packages
19
+ # - networking diagnose tools
19
20
# - compression libraries and tools
20
21
# - databases libraries
21
22
# - picture and drawing libraries
22
23
# - others
23
24
RUN export DEBIAN_FRONTEND=noninteractive \
24
25
&& apt-get update \
25
26
&& apt-get install -y --no-install-recommends \
27
+ iputils-ping dnsutils \
26
28
zip unzip libzip-dev libbz2-dev \
27
29
mariadb-client libpq-dev redis-tools \
28
30
libpng-dev libjpeg-dev libfreetype6-dev \
You can’t perform that action at this time.
0 commit comments