Skip to content

Commit

Permalink
Merge pull request #690 from vteratipally/fix_docker
Browse files Browse the repository at this point in the history
Fix dockerfile
  • Loading branch information
k8s-ci-robot authored Aug 1, 2022
2 parents d00659c + 8f9c5bb commit 5560df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LABEL maintainer="Andy Xie <andy.xning@gmail.com>"
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
Expand Down

0 comments on commit 5560df8

Please sign in to comment.