mirror of
https://github.com/macports/macports-webapp.git
synced 2026-07-13 03:18:42 -07:00
Docker: Install libpq-dev and python-dev in the image
This commit is contained in:
committed by
Arjun Salyan
parent
e76735c572
commit
cbd2392c45
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user