tidy
Clean up and pretty print HTML, XHTML and XML files. NOTE: tidy cannot preserve original indentation. More information: <https://api.html-tidy.org/tidy/tidylib_api_5.2.0/tidy_cmd.html>.
RUN apt-get update && \
apt-get install -y tidy
RUN apt-get update && \
apt-get install -y tidy
RUN pacman -S --noconfirm tidy
RUN apt-get update && \
apt-get install -y tidy
RUN yum install -y tidy
RUN dnf install -y tidy
RUN apt-get update && \
apt-get install -y tidy