diff --git a/Dockerfile b/Dockerfile index 55bc0d1..fa0b87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,9 @@ -FROM python:alpine +FROM python:alpine3.4 RUN apk add --no-cache gettext WORKDIR /app/ COPY requirements.txt . -RUN pip install -r requirements.txt COPY . .