mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Merge pull request #3013 from XhmikosR/patch-1
Dockerfile: fix LegacyKeyValueFormat warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user