I have the following Dockerfile to create a container with Flower.
FROM python:alpine # Get latest root certificates RUN apk add --no-cache ca-certificates &