We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a513130 commit 0b31a92Copy full SHA for 0b31a92
Dockerfile
@@ -32,7 +32,7 @@ RUN ls -l
32
# Stage 2: Production-ready image
33
FROM node:22-slim
34
35
-RUN apt-get install -y curl
+RUN apt-get update && apt-get install -y curl
36
37
WORKDIR /home/node/ziti-browzer-bootstrapper
38
0 commit comments