From c966e1faa40f7a66bb8380f635ad19d13297ab30 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Mon, 21 Oct 2024 07:53:08 -0400 Subject: [PATCH] Update Dockerfile.pubsub-emulator Signed-off-by: Bob Callaway --- Dockerfile.pubsub-emulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.pubsub-emulator b/Dockerfile.pubsub-emulator index a7de7c78b..8a69f848c 100644 --- a/Dockerfile.pubsub-emulator +++ b/Dockerfile.pubsub-emulator @@ -1,3 +1,3 @@ # gcloud sdk for pubsub emulator with netcat added for the startup health check FROM google/cloud-sdk:497.0.0@sha256:f967b7490e97652f947cef796cc881a2d70c005bf304d7ba13577ff25e2cbb8f -RUN apt-get install -y netcat +RUN apt-get install -y netcat-traditional