diff --git a/Dockerfile b/Dockerfile index 298328ebcf11d6c96a94121a98280de454cde240..ebfb91cf91a74b908fadba9ef8c3ea93651fe978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0 USER root RUN apt-get update -y RUN apt-get install -y git +RUN apt-get install -y libpq-dev # Set working directory WORKDIR /usr/src/app