diff --git a/Dockerfile b/Dockerfile index 6742b82d8..99e9cd175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ LABEL maintainer="Andy Xie " ENV GOPATH /gopath/ ENV PATH $GOPATH/bin:$PATH -RUN apt-get update && apt-get --yes install libsystemd-dev +RUN apt-get update --fix-missing && apt-get --yes install libsystemd-dev gcc-aarch64-linux-gnu RUN go version RUN go get github.com/tools/godep RUN godep version