This commit is contained in:
2018-10-01 18:34:41 -07:00
parent f4205a288d
commit 736bbfcbe7
2 changed files with 9 additions and 14 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 debmirror && \
apt install -y golang git build-essential rsync debmirror ubuntu-archive-keyring && \
go get -u github.com/ipfs/ipfs-update && \
/root/go/bin/ipfs-update install latest && \
rm -rf /root/go && \