We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cabc7 commit 0456f49Copy full SHA for 0456f49
Dockerfile
@@ -32,6 +32,8 @@ RUN ls -l
32
# Stage 2: Production-ready image
33
FROM node:22-slim
34
35
+RUN apt-get install -y curl
36
+
37
WORKDIR /home/node/ziti-browzer-bootstrapper
38
39
# Copy installed node_modules from build stage
0 commit comments