Skip to content

Commit 3086291

Browse files
authored
Fixing Kotlin compiler and updating to 1.1.50
1 parent 3d296ee commit 3086291

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ LABEL maintainer <[email protected]>
66

77
# Install K2JVMCompiler
88
ADD docker/k2.tar.gz /opt/techio/
9+
RUN wget https://github.com/JetBrains/kotlin/releases/download/v1.1.50/kotlin-compiler-1.1.50.zip -O /opt/kotlinc.zip \
10+
&& unzip /opt/kotlinc.zip -d /opt \
11+
&& rm -f /opt/kotlinc.zip \
12+
&& (cd /opt/techio/k2 ; find ../../kotlinc/lib -type f -exec ln -s {} \;)
913
#RUN gunzip -c /opt/techio/k2.tar.gz | tar xvC /opt/techio \
1014
# && rm /opt/techio/k2.tar.gz
1115

0 commit comments

Comments
 (0)