We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a25da commit 8718648Copy full SHA for 8718648
1 file changed
Dockerfile
@@ -3,6 +3,9 @@ FROM node:24.14.0-slim AS base
3
# This will be set by the GitHub action to the folder containing this component.
4
ARG FOLDER=/app
5
6
+RUN apt-get update && apt-get install -y --no-install-recommends netcat-openbsd \
7
+ && rm -rf /var/lib/apt/lists/*
8
+
9
# Install dependencies only when needed
10
FROM base AS deps
11
0 commit comments