diff --git a/browser.Dockerfile b/browser.Dockerfile index 769703d68..efe591e8e 100644 --- a/browser.Dockerfile +++ b/browser.Dockerfile @@ -23,7 +23,7 @@ RUN yarn --pure-lockfile && \ echo *.spec.* >> .yarnclean && \ yarn autoclean --force && \ yarn cache clean && \ - rm -rf .git applications/electron theia-extensions/launcher theia-extensions/updater node_modules + rm -r .git applications/electron theia-extensions/launcher theia-extensions/updater node_modules # Production stage uses a small base image FROM node:16-bullseye-slim as production-stage