Added missing make to Dockerfile

This commit is contained in:
Eliot Berriot 2019-06-19 10:54:45 +02:00
parent 90b14d818b
commit e24c1f2330
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN \
libpq \
libmagic \
libffi-dev \
make \
zlib-dev \
openldap-dev && \
\