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

Commit

Permalink
Add missing build deps to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berteaud committed Sep 3, 2021
1 parent 32a06bb commit 051e549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ RUN apt-get update \
libqpdf-dev \
libldap2-dev \
libsasl2-dev \
python-dev \
libssl-dev \
&& python3 -m pip install --upgrade --no-cache-dir supervisor \
&& python3 -m pip install --no-cache-dir -r ../requirements.txt \
&& apt-get -y purge build-essential libqpdf-dev \
Expand Down

0 comments on commit 051e549

Please sign in to comment.