Skip to content

Commit dec4747

Browse files
committed
security updates
1 parent a60b873 commit dec4747

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +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 \
24-
&& npm cache clean --force --loglevel=error
23+
RUN yarn install
2524

2625
# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
2726
COPY --chown=node:node index.js .

0 commit comments

Comments
 (0)