We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca91116 commit 8caf7fcCopy full SHA for 8caf7fc
src/main/docker/Dockerfile
@@ -1,6 +1,6 @@
1
############################################################
2
-# Dockerfile to build sandbox for executing user code
3
-# Based on Ubuntu
+# Dockerfile to build sandbox for executing user code #
+# Based on Ubuntu #
4
5
6
FROM chug/ubuntu14.04x64
@@ -50,6 +50,7 @@ RUN curl -O -J -L https://github.com/JetBrains/kotlin/releases/download/1.0.2/ko
50
RUN mkdir -p /kotlin-compiler
51
RUN unzip kotlin-compiler-1.0.2.zip -d /kotlin-compiler
52
53
+#Setting Kotlin environment variables
54
ENV KOTLIN_HOME /kotlin-compiler/kotlinc
55
ENV PATH $KOTLIN_HOME/bin:$PATH
56
0 commit comments