Add netcat installation in Dockerfile
This commit is contained in:
parent
5f71d4cc2c
commit
e62bc10264
@ -2,6 +2,8 @@ FROM node:20-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y netcat
|
||||
|
||||
# Copy the application code
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user