Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd13bae5

Browse files
committed
Fix LegacyKeyValueFormat Docker warning
When doing `docker build`, docker (tested with 27.0.3) prints a warning: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 238)This commit fixes it by using proper syntax.Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
1 parent9a229b8 commitd13bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ RUN grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh \
235235

236236
USER arch
237237

238-
ENV USERarch
238+
ENV USER=arch
239239

240240
# These are hardcoded serials for non-iMessage related research
241241
# Overwritten by using GENERATE_UNIQUE=true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp