We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c767d9 commit 428deb2Copy full SHA for 428deb2
1 file changed
Dockerfile
@@ -3,9 +3,10 @@ FROM php:8.3
3
RUN apt-get update \
4
&& apt-get install -yq --no-install-recommends \
5
git \
6
- zip \
7
- zlib1g-dev \
8
openssl \
+ libzip-dev \
+ zlib1g-dev \
9
+ && docker-php-ext-install zip \
10
&& rm -rf /var/lib/apt/lists/*
11
12
COPY . /app
0 commit comments