Browse Source

Install gettext in container to make makemessages work

Rafał Pitoń 7 years ago
parent
commit
0281010e5b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y \
     libopenjpeg-dev \
     locales \
     cron \
-    postgresql-client
+    postgresql-client \
+    gettext
 
 # Add requirements and install them. We do this unnecessasy rebuilding.
 ADD requirements.txt /