Installing Toon Boom Harmony on Linux is a more manual process than on Windows or macOS, primarily targeting Red Hat Enterprise Linux (RHEL) Rocky Linux
FROM centos:7 COPY Harmony_Render_Node_Linux.run /tmp/ RUN yum install -y libX11 libXext libXi libXrender mesa-libGL && \ /tmp/Harmony_Render_Node_Linux.run --mode unattended --prefix /opt/harmony ENV PATH="/opt/harmony/bin:$PATH" toon boom harmony linux install