|
|
@ -5,8 +5,11 @@ set -ex
|
|
|
|
# UTILS
|
|
|
|
# UTILS
|
|
|
|
###########################################################
|
|
|
|
###########################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
|
|
apt-get update
|
|
|
|
apt-get update
|
|
|
|
apt-get install --no-install-recommends -y ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq
|
|
|
|
apt-get install --no-install-recommends -y tzdata ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq
|
|
|
|
|
|
|
|
ln -fs /usr/share/zoneinfo/UTC /etc/localtime
|
|
|
|
|
|
|
|
dpkg-reconfigure --frontend noninteractive tzdata
|
|
|
|
rm -rf /var/lib/apt/lists/*
|
|
|
|
rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/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
|
|
|
|