FROM apache/airflow:1.10.14

LABEL maintainer="phithon <root@leavesongs.com>"

RUN set -ex \
    && pip install flask-bcrypt
