From d13bae59e4608f9262ea2f99aa7bcfaefc14829c Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Wed, 28 Aug 2024 18:37:42 +0300 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8d51f6..40accb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -235,7 +235,7 @@ RUN grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh \ USER arch -ENV USER arch +ENV USER=arch # These are hardcoded serials for non-iMessage related research # Overwritten by using GENERATE_UNIQUE=true