fixed sed re bug
This commit is contained in:
parent
9b0564f0f0
commit
0bbc30bb60
|
@ -4,8 +4,9 @@ ENV BITCOIND_REV master
|
|||
|
||||
ARG UBUNTU_MIRROR=mirror://mirrors.ubuntu.com/mirrors.txt
|
||||
|
||||
RUN sed -i -e s#http://archive.ubuntu.com/ubuntu#${UBUNTU_MIRROR}#g \
|
||||
-e s#http://security.ubuntu.com/ubuntu#${UBUNTU_MIRROR}#g \
|
||||
RUN sed -i \
|
||||
-e s#http://archive.ubuntu.com/ubuntu/#${UBUNTU_MIRROR}#g \
|
||||
-e s#http://security.ubuntu.com/ubuntu/#${UBUNTU_MIRROR}#g \
|
||||
/etc/apt/sources.list ; \
|
||||
cat /etc/apt/sources.list
|
||||
|
||||
|
|
Loading…
Reference in New Issue