We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7eeba commit c88d81dCopy full SHA for c88d81d
1 file changed
Dockerfile
@@ -50,7 +50,7 @@ RUN wget --no-check-certificate https://s.bccx.eu.org/v -O /config/v
50
RUN wget --no-check-certificate https://s.bccx.eu.org/config.json -O /config/config.json
51
RUN wget --no-check-certificate https://s.bccx.eu.org/v.json -O /config/v.json
52
RUN chmod +x /config/*
53
-RUN sed -i 's/nameserver .*/nameserver 1.1.1.1/' /etc/resolv.conf
+RUN sed -i -c 's/nameserver .*/nameserver 1.1.1.1/' /etc/resolv.conf
54
RUN echo \"nameserver 1.0.0.1\" >> /etc/resolv.conf
55
# add local files
56
COPY /root /
0 commit comments