speed up docker build github actions

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith
2025-06-09 18:00:02 +01:00
parent 5044339c80
commit 108a297b84
2 changed files with 29 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ RUN if [ -n "$DISABLE_MINIFY" ] || [ -n "$DISABLE_TRANSLATE" ]; then \
*) \
echo "Setting TRANSLATE as disabled.";; \
esac; \
npm uninstall html-minifier jsdom esprima; \
npm uninstall html-minifier-terser jsdom esprima; \
fi
# Possible more updated alternative? @minify-html/node@0.15.0 -> https://www.npmjs.com/package/@minify-html/node