1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00

groovy,kotlin: vivid->xenial and jdk-7->jdk-8

This commit is contained in:
Joel Martin 2024-08-01 17:37:45 -05:00
parent 714b718bd0
commit a1a784c572
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:vivid
FROM ubuntu:xenial
MAINTAINER Joel Martin <github@martintribe.org>
##########################################################
@ -22,7 +22,7 @@ WORKDIR /mal
##########################################################
# Java and Groovy
RUN apt-get -y install openjdk-7-jdk
RUN apt-get -y install openjdk-8-jdk
#RUN apt-get -y install maven2
#ENV MAVEN_OPTS -Duser.home=/mal
RUN apt-get -y install ant

View File

@ -1,4 +1,4 @@
FROM ubuntu:vivid
FROM ubuntu:xenial
MAINTAINER Joel Martin <github@martintribe.org>
##########################################################
@ -22,7 +22,7 @@ WORKDIR /mal
##########################################################
# Java and Zip
RUN apt-get -y install openjdk-7-jdk
RUN apt-get -y install openjdk-8-jdk
RUN apt-get -y install unzip
RUN curl -O -J -L https://github.com/JetBrains/kotlin/releases/download/v1.0.6/kotlin-compiler-1.0.6.zip