Skip to content

Commit 8718648

Browse files
authored
Update Dockerfile
1 parent 10a25da commit 8718648

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM node:24.14.0-slim AS base
33
# This will be set by the GitHub action to the folder containing this component.
44
ARG FOLDER=/app
55

6+
RUN apt-get update && apt-get install -y --no-install-recommends netcat-openbsd \
7+
&& rm -rf /var/lib/apt/lists/*
8+
69
# Install dependencies only when needed
710
FROM base AS deps
811

0 commit comments

Comments
 (0)