chore(mcpbox): add wget and curl

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-25 18:19:57 +02:00
parent 6209ededff
commit 5faa599321

View File

@@ -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