forked from OSchip/llvm-project
[libc++] Install locales in the build bot Docker images
This allows running the locale tests on the build bots.
This commit is contained in:
parent
4e94bdceb0
commit
756db3084b
|
@ -19,6 +19,7 @@ apt-get update && \
|
|||
g++-multilib \
|
||||
libc6-dev \
|
||||
libtool \
|
||||
locales-all \
|
||||
binutils-dev \
|
||||
binutils-gold \
|
||||
software-properties-common \
|
||||
|
|
Loading…
Reference in New Issue