FROM apache/airflow:1.10.10

LABEL maintainer="fnmsd <fnmsd007@qq.com>"

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