We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a88be commit 23a71e5Copy full SHA for 23a71e5
infra/docker/php/Dockerfile
@@ -16,16 +16,17 @@ ARG GID=1000
16
17
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer
18
19
+# hadolint ignore=DL3008
20
RUN <<EOF
21
apt-get update
22
apt-get -y install --no-install-recommends \
- locales=2.31-13+deb11u10 \
23
- git=1:2.30.2-1+deb11u2 \
24
- unzip=6.0-26+deb11u1 \
25
- libzip-dev=1.7.3-1 \
26
- libicu-dev=67.1-7 \
27
- libonig-dev=6.9.6-1.1 \
28
- default-mysql-client=1.0.7
+ locales \
+ git \
+ unzip \
+ libzip-dev \
+ libicu-dev \
+ libonig-dev \
29
+ default-mysql-client
30
locale-gen en_US.UTF-8
31
localedef -f UTF-8 -i en_US en_US.UTF-8
32
docker-php-ext-install \
0 commit comments