add html-minifier to rust dev dockerfile

This commit is contained in:
blek 2023-11-11 18:26:56 +10:00
parent 7e2b2bc636
commit aeccccd9ec
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ RUN cargo install cargo-watch && \
RUN apt update && \
apt install nodejs npm -y --no-install-recommends && \
npm i -g uglify-js
npm i -g uglify-js html-minifier
CMD [ "/opt/code/dev-entry.sh" ]