From 97392dc803a46f48ea48ce6d51b78806dc05819c Mon Sep 17 00:00:00 2001
From: Fabio Roberto Vitello <fabio.vitello@inaf.it>
Date: Fri, 5 Jun 2020 12:18:54 +0200
Subject: [PATCH] Updated Dockerfile

Added astropy_healpix
---
 ddf2/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ddf2/Dockerfile b/ddf2/Dockerfile
index d70552c..8d7a589 100644
--- a/ddf2/Dockerfile
+++ b/ddf2/Dockerfile
@@ -34,7 +34,7 @@ RUN python -m pip install -U pip setuptools wheel
 RUN pip install -U pip setuptools wheel
 RUN python -m pip install numpy==1.16.2 bdsf==1.8.15 emcee
 
-RUN python -m pip install pybind11 future pyregion sshtunnel pymysql psutil
+RUN python -m pip install astropy_healpix pybind11 future pyregion sshtunnel pymysql psutil
 RUN python -m pip install -U "/opt/DDFacet/[dft-support,moresane-support,testing-requirements,fits-beam-support]"
 
 RUN cd /opt/DDFacet && rm -rf /opt/DDFacet/Dcbuild && python setup.py build
-- 
GitLab