Fixed ENV format
This commit is contained in:
parent
56ac33b666
commit
61e7560952
@ -1,8 +1,8 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
ENV EXTRAURL "http://mdu.se/"
|
ENV EXTRAURL = "http://mdu.se/"
|
||||||
ENV REPOFILE "/etc/customMirrors/repoList.list"
|
ENV REPOFILE = "/etc/customMirrors/repoList.list"
|
||||||
ENV DNSSRV "1.1.1.1"
|
ENV DNSSRV = "1.1.1.1"
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add python3 py3-pip git bash
|
apk add python3 py3-pip git bash
|
||||||
|
4
customList/repoList.list
Normal file
4
customList/repoList.list
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
https://www.pixiv.net/
|
||||||
|
https://pixiv.net/
|
||||||
|
https://i.pximg.net/
|
||||||
|
https://pximg.net/
|
Loading…
x
Reference in New Issue
Block a user