From 5faa5993215a447cb06f7f511bce3c9eda2052ad Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 25 Apr 2025 18:19:57 +0200 Subject: [PATCH] chore(mcpbox): add wget and curl Signed-off-by: mudler --- Dockerfile.mcpbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mcpbox b/Dockerfile.mcpbox index 7ed1fe0..69e0038 100644 --- a/Dockerfile.mcpbox +++ b/Dockerfile.mcpbox @@ -25,7 +25,7 @@ FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive # Install runtime dependencies -RUN apt-get update && apt-get install -y ca-certificates tzdata docker.io bash +RUN apt-get update && apt-get install -y ca-certificates tzdata docker.io bash wget curl # Create non-root user #RUN adduser -D -g '' appuser