|
|
|
@ -9,7 +9,7 @@ apt-get update
@@ -9,7 +9,7 @@ apt-get update
|
|
|
|
|
apt-get install --no-install-recommends -y ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq fontconfig |
|
|
|
|
rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
|
|
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh > /opt/concourse-java.sh |
|
|
|
|
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/concourse-java.sh > /opt/concourse-java.sh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########################################################### |
|
|
|
@ -28,4 +28,4 @@ test -f /opt/openjdk/bin/javac
@@ -28,4 +28,4 @@ test -f /opt/openjdk/bin/javac
|
|
|
|
|
########################################################### |
|
|
|
|
cd / |
|
|
|
|
mkdir ~/.gradle |
|
|
|
|
echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties |
|
|
|
|
echo 'systemProp.user.name=concourse' > ~/.gradle/gradle.properties |
|
|
|
|