From 8f9c5bbabb4942a45a88d860d563f2c88a7bd6d6 Mon Sep 17 00:00:00 2001 From: Varsha Teratipally Date: Mon, 1 Aug 2022 21:26:38 +0000 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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