We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8330c89 commit e97734dCopy full SHA for e97734d
Dockerfile
@@ -12,6 +12,6 @@ copy . .
12
from node:lts-slim
13
workdir /app
14
copy --from=build /app /app
15
-run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat > /dev/null
+run apt-get update > /dev/null && apt-get install -y jq curl dnsutils netcat-traditional > /dev/null
16
copy scripts/docker/run.sh /run.sh
17
cmd bash /run.sh
0 commit comments