Browse Source

fix scala

txlyre 1 năm trước cách đây
mục cha
commit
d17de8ea8f
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      langs/scala/Dockerfile

+ 4 - 1
langs/scala/Dockerfile

@@ -1 +1,4 @@
-RUN apt-get install scala -y
+RUN apt-get install openjdk-17-jdk-headless openjdk-17-jre-headless curl -y
+RUN curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-pc-linux.gz | gzip -d > cs && chmod +x cs 
+RUN yes | ./cs setup
+RUN rm ./cs