switch to debmirror

This commit is contained in:
2018-10-01 16:32:00 -07:00
parent 3ed5758e8f
commit ec70d3df9d
2 changed files with 22 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN \
apt update && \
apt upgrade -y && \
apt install -y golang git build-essential rsync && \
apt install -y golang git build-essential rsync debmirror && \
go get -u github.com/ipfs/ipfs-update && \
/root/go/bin/ipfs-update install latest && \
rm -rf /root/go && \