mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-22 18:03:57 +02:00
Fix LegacyKeyValueFormat warning
"ENV key=value" should be used instead of legacy "ENV key value" format
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
FROM python:3.10
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
WORKDIR /app/
|
||||
|
||||
# Initial apt install
|
||||
|
Reference in New Issue
Block a user