Fix LegacyKeyValueFormat warning

"ENV key=value" should be used instead of legacy "ENV key value" format
This commit is contained in:
augustin64 2024-09-19 11:57:25 +02:00
parent 45ea72a354
commit 2721c76686
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM python:3.10
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app/
# Initial apt install