From fa10f743adb1ba9b73c0b28e70ae0eb8af577b52 Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@extern.h-da.de> Date: Tue, 21 Jun 2022 17:45:48 +0200 Subject: [PATCH] Add iputils ping to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4cda50b..d92435d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN make build FROM ubuntu:22.04 RUN apt update RUN apt install -y iproute2 +RUN apt install -y iputils-ping COPY --from=builder gnmi-target/artifacts/gnmi-target /usr/bin/gnmi-target EXPOSE 7030 ENTRYPOINT ["/usr/bin/gnmi-target"] -- GitLab