git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
21ce4c0
)
Dockerfile: fix LegacyKeyValueFormat warnings
author
XhmikosR
<redacted>
Sat, 22 Nov 2025 06:13:22 +0000
(08:13 +0200)
committer
GitHub
<redacted>
Sat, 22 Nov 2025 06:13:22 +0000
(08:13 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 8053332e0fb0c54f0af57637b102c9ef973ae9c1..82f67d722b5d0ebe106fb2f3ea8e7bc37db34a5d 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-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