Skip to content
Snippets Groups Projects
Commit e57f0da8 authored by Malte Schmitz's avatar Malte Schmitz
Browse files

Fix missing locales

parent 8e413f63
No related branches found
No related tags found
No related merge requests found
Pipeline #2227 failed
......@@ -28,6 +28,11 @@ before_script:
# instead.
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo "$SSH_SERVER_HOSTKEY" > ~/.ssh/known_hosts'
# Fix missing locales
- apt-get update -y && apt-get install locales -y
- echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen
- locale-gen
deploy:
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment