Dockerfile 205 B

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