Skip to content

Commit

Permalink
feat: bump base image and add network diagnose tools
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored May 1, 2024
1 parent 864559a commit 7ac9d12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ RUN composer create-project eveseat/seat:^5.0 --stability dev --no-scripts --no-
php -r "file_exists('.env') || copy('.env.example', '.env');" && \
mv /tmp/seat-version /seat/storage/version

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

# OS Packages
# - networking diagnose tools
# - compression libraries and tools
# - databases libraries
# - picture and drawing libraries
# - others
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
iputils-ping dnsutils \
zip unzip libzip-dev libbz2-dev \
mariadb-client libpq-dev redis-tools \
libpng-dev libjpeg-dev libfreetype6-dev \
Expand Down

0 comments on commit 7ac9d12

Please sign in to comment.