Skip to content

Commit

Permalink
Add locales (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn authored and neteler committed Oct 2, 2019
1 parent d0bcc16 commit 0e41810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile_debian_pdal
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ RUN apt-get update && apt-get upgrade -y && \
vim \
wget \
zip \
zlib1g-dev
zlib1g-dev \
locales

RUN echo LANG="en_US.UTF-8" > /etc/default/locale
RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen

## install the latest projection library for GRASS GIS
WORKDIR /src
Expand Down

0 comments on commit 0e41810

Please sign in to comment.