FROM python:3.6.8-alpine RUN pip install --upgrade pip RUN pip install flower==0.9.5 RUN pip install redis