Skip to content

Commit 8caf7fc

Browse files
author
Janick Weidmann
committed
Adjusted Dockerfile
1 parent ca91116 commit 8caf7fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
############################################################
2-
# Dockerfile to build sandbox for executing user code
3-
# Based on Ubuntu
2+
# Dockerfile to build sandbox for executing user code #
3+
# Based on Ubuntu #
44
############################################################
55

66
FROM chug/ubuntu14.04x64
@@ -50,6 +50,7 @@ RUN curl -O -J -L https://github.com/JetBrains/kotlin/releases/download/1.0.2/ko
5050
RUN mkdir -p /kotlin-compiler
5151
RUN unzip kotlin-compiler-1.0.2.zip -d /kotlin-compiler
5252

53+
#Setting Kotlin environment variables
5354
ENV KOTLIN_HOME /kotlin-compiler/kotlinc
5455
ENV PATH $KOTLIN_HOME/bin:$PATH
5556

0 commit comments

Comments
 (0)