[libc++] Install locales in the build bot Docker images

This allows running the locale tests on the build bots.
This commit is contained in:
Louis Dionne 2020-06-10 09:36:39 -04:00
parent 4e94bdceb0
commit 756db3084b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ apt-get update && \
g++-multilib \
libc6-dev \
libtool \
locales-all \
binutils-dev \
binutils-gold \
software-properties-common \