Skip to content

Commit

Permalink
Adjusted Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Janick Weidmann committed Jun 15, 2016
1 parent ca91116 commit 8caf7fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
############################################################
# Dockerfile to build sandbox for executing user code
# Based on Ubuntu
# Dockerfile to build sandbox for executing user code #
# Based on Ubuntu #
############################################################

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

#Setting Kotlin environment variables
ENV KOTLIN_HOME /kotlin-compiler/kotlinc
ENV PATH $KOTLIN_HOME/bin:$PATH

Expand Down

0 comments on commit 8caf7fc

Please sign in to comment.