Skip to content

Commit 23a71e5

Browse files
authored
chore: hadolint ignore rule (#278)
1 parent 59a88be commit 23a71e5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

infra/docker/php/Dockerfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ ARG GID=1000
1616

1717
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer
1818

19+
# hadolint ignore=DL3008
1920
RUN <<EOF
2021
apt-get update
2122
apt-get -y install --no-install-recommends \
22-
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
23+
locales \
24+
git \
25+
unzip \
26+
libzip-dev \
27+
libicu-dev \
28+
libonig-dev \
29+
default-mysql-client
2930
locale-gen en_US.UTF-8
3031
localedef -f UTF-8 -i en_US en_US.UTF-8
3132
docker-php-ext-install \

0 commit comments

Comments
 (0)