|
|
|
@ -2,12 +2,13 @@
|
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
|
|
###########################################################
|
|
|
|
|
# UTILS
|
|
|
|
|
# OS and UTILS
|
|
|
|
|
###########################################################
|
|
|
|
|
|
|
|
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
|
|
|
apt-get update
|
|
|
|
|
apt-get install --no-install-recommends -y tzdata ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq
|
|
|
|
|
apt-get install --no-install-recommends -y locales tzdata ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq
|
|
|
|
|
locale-gen en_US.utf8
|
|
|
|
|
ln -fs /usr/share/zoneinfo/UTC /etc/localtime
|
|
|
|
|
dpkg-reconfigure --frontend noninteractive tzdata
|
|
|
|
|
rm -rf /var/lib/apt/lists/*
|
|
|
|
|