Skip to content

Commit 45be0a1

Browse files
committed
security updates
1 parent dec4747 commit 45be0a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN corepack prepare yarn@4.0.2 --activate
2020

2121
# Install the dependencies for the Ziti BrowZer Bootstrapper according to yarn.lock (ci) without
2222
# devDepdendencies (--production), then uninstall npm which isn't needed.
23-
RUN yarn install
23+
# RUN yarn install
2424

2525
# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
2626
COPY --chown=node:node index.js .
@@ -38,6 +38,7 @@ RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
3838
USER node
3939

4040
WORKDIR /home/node/ziti-browzer-bootstrapper
41+
RUN yarn install
4142

4243
# Expose the Ziti BrowZer Bootstrapper for traffic to be proxied (8000) and the
4344
# REST API where it can be configured (8001)

0 commit comments

Comments
 (0)