diff --git a/ze/theia-slim/Dockerfile b/ze/theia-slim/Dockerfile index ecf4431..e20b280 100644 --- a/ze/theia-slim/Dockerfile +++ b/ze/theia-slim/Dockerfile @@ -23,6 +23,7 @@ RUN yarn global add node-gyp && \ echo *.ts >> .yarnclean && \ echo *.ts.map >> .yarnclean && \ echo *.spec.* >> .yarnclean && \ + echo "!@theia/test" >> .yarnclean && \ yarn autoclean --force && \ yarn cache clean # Uncomment the following lines to install Zowe Explorer in the container