From 7d9148157f16ef01c9f79907e069e2ff040af369 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 27 Mar 2025 18:59:35 +0000 Subject: [PATCH] removed curl and netstat from image --- app.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.dockerfile b/app.dockerfile index 68d5f5a..5dc3226 100644 --- a/app.dockerfile +++ b/app.dockerfile @@ -17,7 +17,7 @@ FROM node:20.18.0-slim WORKDIR /home/perplexica # 🐧 Install curl + netstat (from net-tools) -RUN apt-get update && apt-get install -y curl net-tools && apt-get clean +# RUN apt-get update && apt-get install -y curl net-tools && apt-get clean COPY --from=builder /home/perplexica/public ./public COPY --from=builder /home/perplexica/.next/static ./public/_next/static