diff --git a/Dockerfile b/Dockerfile index 6401571..f76dd07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,12 +7,6 @@ RUN apt-get -qq update && \ # install zola from source, then remove (heavy) cargo temporaries to reduce bloat RUN cargo install --git https://bics.ga/reivilibre/mirror-zola.git --rev fce3e4b8a0d04067e4ffc063572872e912dec5dd && \ - cd /tmp && \ - git clone https://github.com/wilsonzlin/minify-html && \ - cd minify-html && \ - git checkout 6c0fe45606231723d123ed898fe9b1acb875d1ce && \ - bash prebuild.sh && \ - cargo install --path cli && \ rm -r /usr/local/cargo/registry && \ rm -r /usr/local/cargo/git