Skip to content

Instantly share code, notes, and snippets.

View joaoferrao's full-sized avatar

João Ferrão joaoferrao

View GitHub Profile
# Based on Puckel image for Airflow
# SOURCE: https://github.com/puckel/docker-airflow
FROM python:3.6-slim
MAINTAINER Joao Ferrao
# Never prompts the user for choices on installation/configuration of packages
ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux
# Airflow