diff --git a/Dockerfile b/Dockerfile index 86470ec2..207e5168 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,10 @@ RUN cd /home && \ conda install -c vacation hla-polysolver && \ rm -r /home/hla-polysolver +RUN apt-get update && apt-get install -y \ + libncurses5 \ + && apt-get clean && apt-get purge + ENV CONDA_PREFIX /opt/conda WORKDIR /home