Skip to content

Commit 5560df8

Browse files
authored
Merge pull request #690 from vteratipally/fix_docker
Fix dockerfile
2 parents d00659c + 8f9c5bb commit 5560df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LABEL maintainer="Andy Xie <[email protected]>"
1919
ENV GOPATH /gopath/
2020
ENV PATH $GOPATH/bin:$PATH
2121

22-
RUN apt-get update && apt-get --yes install libsystemd-dev
22+
RUN apt-get update --fix-missing && apt-get --yes install libsystemd-dev gcc-aarch64-linux-gnu
2323
RUN go version
2424
RUN go get github.com/tools/godep
2525
RUN godep version

0 commit comments

Comments
 (0)