Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 051e549

Browse files
author
Daniel Berteaud
committed
Add missing build deps to the Dockerfile
1 parent 32a06bb commit 051e549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ RUN apt-get update \
6565
libqpdf-dev \
6666
libldap2-dev \
6767
libsasl2-dev \
68+
python-dev \
69+
libssl-dev \
6870
&& python3 -m pip install --upgrade --no-cache-dir supervisor \
6971
&& python3 -m pip install --no-cache-dir -r ../requirements.txt \
7072
&& apt-get -y purge build-essential libqpdf-dev \

0 commit comments

Comments
 (0)