txlyre 1 жил өмнө
parent
commit
fa6f05ecec
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      langs/j/Dockerfile

+ 2 - 0
langs/j/Dockerfile

@@ -2,5 +2,7 @@ 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 cp j64/*.so /usr/lib/x86_64-linux-gnu/
+RUN chmod -R 755 /usr/lib/x86_64-linux-gnu/
 RUN rm -rf j64
 RUN rm lgcc64.zip