Skip to content

Commit 7ac9d12

Browse files
authored
feat: bump base image and add network diagnose tools
1 parent 864559a commit 7ac9d12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ RUN composer create-project eveseat/seat:^5.0 --stability dev --no-scripts --no-
1313
php -r "file_exists('.env') || copy('.env.example', '.env');" && \
1414
mv /tmp/seat-version /seat/storage/version
1515

16-
FROM --platform=$TARGETPLATFORM php:8.2-apache-bullseye AS seat
16+
FROM --platform=$TARGETPLATFORM php:8.2-apache-bookworm AS seat
1717

1818
# OS Packages
19+
# - networking diagnose tools
1920
# - compression libraries and tools
2021
# - databases libraries
2122
# - picture and drawing libraries
2223
# - others
2324
RUN export DEBIAN_FRONTEND=noninteractive \
2425
&& apt-get update \
2526
&& apt-get install -y --no-install-recommends \
27+
iputils-ping dnsutils \
2628
zip unzip libzip-dev libbz2-dev \
2729
mariadb-client libpq-dev redis-tools \
2830
libpng-dev libjpeg-dev libfreetype6-dev \

0 commit comments

Comments
 (0)