RUN apt-get install unzip wget -y RUN wget -c https://github.com/jsoftware/jsource/releases/download/build95/lgcc64.zip RUN unzip lgcc64.zip RUN cp j64/jconsole /usr/bin/jc RUN rm -rf j64 RUN rm lgcc64.zip