Add US locale to bionic Dockerfile
This commit is contained in:
parent
be2aadb276
commit
829e05599a
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user