Fixed ENV format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ENV EXTRAURL "http://mdu.se/"
|
||||
ENV REPOFILE "/etc/customMirrors/repoList.list"
|
||||
ENV DNSSRV "1.1.1.1"
|
||||
ENV EXTRAURL = "http://mdu.se/"
|
||||
ENV REPOFILE = "/etc/customMirrors/repoList.list"
|
||||
ENV DNSSRV = "1.1.1.1"
|
||||
|
||||
RUN apk update && \
|
||||
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/
|
||||
Reference in New Issue
Block a user