forked from piair/MsRewards-Reborn
Fix LegacyKeyValueFormat warning
"ENV key=value" should be used instead of legacy "ENV key value" format
This commit is contained in:
parent
45ea72a354
commit
2721c76686
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.10
|
FROM python:3.10
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
# Initial apt install
|
# Initial apt install
|
||||||
|
Loading…
Reference in New Issue
Block a user