1 2 3 4 5 6 7 8
#!/bin/bash ldconfig -r . echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen echo "LANG=en_US.UTF-8" > /etc/locale.conf locale-gen export LANG="en_US.UTF-8" mkdir -p /home/builder chown builder:builder /home/builder