Skip to content

Commit 3f889b5

Browse files
committed
fix Docker build warnings of LegacyKeyValueFormat
1 parent d96dd07 commit 3f889b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.cli.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM php:{{ php_version }}-cli
22

3-
ENV DEBIAN_FRONTEND noninteractive
4-
ENV TERM xterm-color
3+
ENV DEBIAN_FRONTEND=noninteractive
4+
ENV TERM=xterm-color
55

66
ARG DEV_MODE
7-
ENV DEV_MODE $DEV_MODE
7+
ENV DEV_MODE=$DEV_MODE
88

99
COPY --from=composer:{{ composer.version }} /usr/bin/composer /usr/bin/
1010
COPY ./rootfilesystem/ /

0 commit comments

Comments
 (0)