removed curl and netstat from image

This commit is contained in:
Ubuntu 2025-03-27 18:59:35 +00:00
parent ddc90f6c0e
commit 7d9148157f

View file

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