diff --git a/Dockerfile b/Dockerfile index 4aa028c..fc270b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,10 @@ LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/" ENV PASSWORD "" RUN \ + conda update -y -n base conda && \ pip install influxdb && \ pip install pymongo && \ - pip install pandas-datareader && \ + conda install -y pandas-datareader && \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER