remove package

This commit is contained in:
Jeffrey Paul 2018-10-01 18:39:32 -07:00
parent 736bbfcbe7
commit 25bf5d5dd3
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 1 additions and 1 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 ubuntu-archive-keyring && \
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 && \