Dockerfile.user 195 B

123456
  1. RUN wget -c https://github.com/jsoftware/jsource/releases/download/build95/lgcc64.zip
  2. RUN unzip lgcc64.zip
  3. RUN rm lgcc64.zip
  4. RUN mv j64 .j
  5. RUN mkdir -p system/util
  6. RUN touch system/util/boot.ijs