We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00659c + 8f9c5bb commit 5560df8Copy full SHA for 5560df8
Dockerfile
@@ -19,7 +19,7 @@ LABEL maintainer="Andy Xie <andy.xning@gmail.com>"
19
ENV GOPATH /gopath/
20
ENV PATH $GOPATH/bin:$PATH
21
22
-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
23
RUN go version
24
RUN go get github.com/tools/godep
25
RUN godep version
0 commit comments