diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,5 +1,11 @@ | |||
| 1 | FROM python:latest | 1 | FROM python:latest |
| 2 | 2 | ||
| 3 | RUN apt update | ||
| 4 | RUN apt install locales -y | ||
| 5 | RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen | ||
| 6 | RUN sed -i -e 's/# ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/' /etc/locale.gen | ||
| 7 | RUN locale-gen | ||
| 8 | |||
| 3 | WORKDIR /app | 9 | WORKDIR /app |
| 4 | COPY requirements.txt . | 10 | COPY requirements.txt . |
| 5 | RUN pip install pip -U | 11 | RUN pip install pip -U |
