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
|
||||
|
||||
Reference in New Issue
Block a user