Dockerfile: fix LegacyKeyValueFormat warnings
authorXhmikosR <redacted>
Sat, 22 Nov 2025 06:13:22 +0000 (08:13 +0200)
committerGitHub <redacted>
Sat, 22 Nov 2025 06:13:22 +0000 (08:13 +0200)
Dockerfile

index 8053332e0fb0c54f0af57637b102c9ef973ae9c1..82f67d722b5d0ebe106fb2f3ea8e7bc37db34a5d 100644 (file)
@@ -1,6 +1,6 @@
 FROM docker.io/python:3-alpine
 
-ENV IN_CONTAINER 1
+ENV IN_CONTAINER=1
 
 RUN apk add --no-cache git sudo
 
@@ -8,6 +8,6 @@ COPY . /hosts
 
 RUN pip install --no-cache-dir --upgrade -r /hosts/requirements.txt
 
-ENV PATH $PATH:/hosts
+ENV PATH=$PATH:/hosts
 
 WORKDIR /hosts
git clone https://git.99rst.org/PROJECT