diff --git a/containers/rust-dev.Dockerfile b/containers/rust-dev.Dockerfile index 2b73867..e36e897 100644 --- a/containers/rust-dev.Dockerfile +++ b/containers/rust-dev.Dockerfile @@ -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" ]