Improve Docker image for local development

* Expose port 8080 to host for accessing webserver
* Install nodejs to be able to build `www_rbac` assets
* Install virtualenv to be able to install dependencies
* Install additional tools for easier debugging
2 files changed
tree: cb377bf3b26a7280e0f486631dddacde732c7e96
  1. .gitignore
  2. Dockerfile
  3. LICENSE
  4. nodesource.gpg.key
  5. README.md
README.md

Apache Airflow (Incubating) CI Docker Repository

Do not use this image for production

The main purpose of this repository is to provide a number of Docker containers, being built by the Docker Hub service: https://hub.docker.com/r/airflowci/incubator-airflow-ci/builds/

The container contains a couple of the dependencies that are used for running tests against Apache Airflow.