switch to debmirror
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user