Skip to content

Commit e97734d

Browse files
committed
Update to use netcat-traditional
Signed-off-by: Alex J Lennon <[email protected]>
1 parent 8330c89 commit e97734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ copy . .
1212
from node:lts-slim
1313
workdir /app
1414
copy --from=build /app /app
15-
run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat > /dev/null
15+
run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat-traditional > /dev/null
1616
copy scripts/docker/run.sh /run.sh
1717
cmd bash /run.sh

0 commit comments

Comments
 (0)