We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60b873 commit dec4747Copy full SHA for dec4747
Dockerfile
@@ -20,8 +20,7 @@ RUN corepack prepare yarn@4.0.2 --activate
20
21
# Install the dependencies for the Ziti BrowZer Bootstrapper according to yarn.lock (ci) without
22
# devDepdendencies (--production), then uninstall npm which isn't needed.
23
-RUN yarn install \
24
- && npm cache clean --force --loglevel=error
+RUN yarn install
25
26
# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
27
COPY --chown=node:node index.js .
0 commit comments