Skip to content

Commit

Permalink
Fixed locale problem for MRBS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisgerber committed Jan 7, 2017
1 parent 92df700 commit 7dc8bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN chmod 0770 /etc/cron.d/kool
ADD mrbs.zip /var/www/html/mrbs.zip
RUN cd /var/www/html/ && unzip /var/www/html/mrbs.zip && rm /var/www/html/mrbs.zip
ADD config.inc.php /var/www/html/mrbs/config.inc.php
RUN locale-gen de_DE.UTF-8 && update-locale LANG=de_DE.UTF-8

RUN mkdir /data

Expand Down

0 comments on commit 7dc8bee

Please sign in to comment.