From 7fbded9d3cd9622a746e7ebe8e493fe34d3b8fe1 Mon Sep 17 00:00:00 2001 From: Jan Lauber Date: Wed, 8 May 2024 15:42:27 +0200 Subject: [PATCH] feat: add wget Signed-off-by: Jan Lauber --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ca071e..ff073d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM google/cloud-sdk:latest # Install MySQL client -RUN apt-get update && apt-get install -y default-mysql-client +RUN apt-get update && apt-get install -y default-mysql-client wget # Create a non-root user and group # Note: Ensure the user and group IDs do not conflict with IDs on the host or in other containers