fix: netcad -> netcad-traditional
Some checks failed
Build and push Docker image / build-and-push (push) Failing after 48s

This commit is contained in:
Jo 2023-11-26 01:18:50 +01:00
parent 8d6d8e81f9
commit aa600a2291

View file

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