fix: netcad -> netcad-traditional
Some checks failed
Build and push Docker image / build-and-push (push) Failing after 48s
Some checks failed
Build and push Docker image / build-and-push (push) Failing after 48s
This commit is contained in:
parent
8d6d8e81f9
commit
aa600a2291
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:21
|
||||
|
||||
# Install netcat
|
||||
RUN apt-get update && apt-get install -y netcat
|
||||
RUN apt-get update && apt-get install -y netcat-traditional
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
Loading…
Reference in a new issue