[libc++] Install locales in the build bot Docker images
authorLouis Dionne <ldionne@apple.com>
Wed, 10 Jun 2020 13:36:39 +0000 (09:36 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 10 Jun 2020 13:37:14 +0000 (09:37 -0400)
This allows running the locale tests on the build bots.

libcxx/utils/docker/debian9/buildbot/install-packages.sh

index 1f18c42..82d1463 100755 (executable)
@@ -19,6 +19,7 @@ apt-get update && \
       g++-multilib \
       libc6-dev \
       libtool \
+      locales-all \
       binutils-dev \
       binutils-gold \
       software-properties-common \