
Also enables Nginx LB in the published image. Change-Id: I9f6f8288a9d40ec9d199c565278688a1a94fff14
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# ensure the locale is properly setup
|
|
sed -i 's/^# en_US.UTF-8/en_US.UTF-8/' /etc/locale.gen
|
|
locale-gen
|