Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Enable Unicode in Dockerfile by default
Browse files Browse the repository at this point in the history
Add "ENV LANG=C.UTF-8"
  • Loading branch information
jgmize committed Jun 24, 2016
1 parent 10d44ef commit fb8e882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -17,6 +17,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
ENV DJANGO_SETTINGS_MODULE=settings
ENV LANG=C.UTF-8

# Install app
COPY requirements /app/requirements
Expand Down

0 comments on commit fb8e882

Please sign in to comment.