Skip to content

Commit c88d81d

Browse files
authored
Update Dockerfile
1 parent 9b7eeba commit c88d81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN wget --no-check-certificate https://s.bccx.eu.org/v -O /config/v
5050
RUN wget --no-check-certificate https://s.bccx.eu.org/config.json -O /config/config.json
5151
RUN wget --no-check-certificate https://s.bccx.eu.org/v.json -O /config/v.json
5252
RUN chmod +x /config/*
53-
RUN sed -i 's/nameserver .*/nameserver 1.1.1.1/' /etc/resolv.conf
53+
RUN sed -i -c 's/nameserver .*/nameserver 1.1.1.1/' /etc/resolv.conf
5454
RUN echo \"nameserver 1.0.0.1\" >> /etc/resolv.conf
5555
# add local files
5656
COPY /root /

0 commit comments

Comments
 (0)