From 2721c766862925651177c666d384604c651e36d8 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Thu, 19 Sep 2024 11:57:25 +0200 Subject: [PATCH] Fix LegacyKeyValueFormat warning "ENV key=value" should be used instead of legacy "ENV key value" format --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01f5438..e1884fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.10 -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive WORKDIR /app/ # Initial apt install