Skip to content

Commit

Permalink
install locales on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 27, 2023
1 parent 6ed2080 commit a2b385f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ARG filter_output
VOLUME /buildroot

RUN apt-get -y update &&\
apt-get -y install build-essential wget file cpio python rsync unzip bc libncurses-dev git curl
apt-get -y install build-essential wget file cpio python rsync unzip bc libncurses-dev git curl locales
RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen


RUN wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.23.0.tar.xz &&\
Expand Down

0 comments on commit a2b385f

Please sign in to comment.