fix dockerfile

This commit is contained in:
Varsha Teratipally
2022-08-01 21:55:53 +00:00
parent d00659c642
commit 8f9c5bbabb
+1 -1
View File
@@ -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