Add US locale to bionic Dockerfile

This commit is contained in:
Peter Šurda 2021-02-14 11:58:35 +01:00
parent be2aadb276
commit 829e05599a
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
build-essential libcap-dev tor
# locales
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
language-pack-en
# cleanup
RUN rm -rf /var/lib/apt/lists/*