removed curl and netstat from image
This commit is contained in:
parent
ddc90f6c0e
commit
7d9148157f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue