diff --git a/ddf2/Dockerfile b/ddf2/Dockerfile
index d70552cd8abe0592e9f2c5c5faf084c3d102780d..8d7a5891eac9b623cd149427066c42c8b12bc63b 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