Docker: Install libpq-dev and python-dev in the image

This commit is contained in:
Arjun Salyan
2019-08-12 02:33:25 +05:30
committed by Arjun Salyan
parent e76735c572
commit cbd2392c45
+2
View File
@@ -14,6 +14,8 @@ RUN apt-get update && \
nginx \
cron \
rsync \
python-dev \
libpq-dev \
supervisor && \
pip3 install -U pip setuptools && \
rm -rf /var/lib/apt/lists/*