Skip to content

Commit

Permalink
German locale added
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Sep 14, 2020
1 parent 6609d65 commit 701c7ce
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 @@ -5,6 +5,7 @@ RUN apt update && \
apt install -y locales
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en
RUN locale-gen en_US.UTF-8 && \
locale-gen de_DE.UTF-8 && \
apt update && \
apt install -y supervisor git apache2 apache2-utils links curl vim locales libapache2-mod-php php-cli php-pgsql php-zip php-iconv php-readline php-json php-curl php-intl php-mbstring php-yaml php-bcmath php-dom php-opcache php-gd php-sqlite3 php-xml php-xdebug composer openjdk-8-jre-headless postgresql authbind pv sqlite3 && \
a2enmod rewrite && \
Expand Down

0 comments on commit 701c7ce

Please sign in to comment.