This commit is contained in:
Quentin 2021-06-04 21:32:45 +02:00
parent efcdef7856
commit 7e82b0d94d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ RUN apt-get update && \
# postgresql-dev \
libpq-dev \
virtualenv \
libxslt1-dev && \
libxslt1-dev \
git && \
virtualenv /root/matrix-env -p /usr/bin/python3 && \
. /root/matrix-env/bin/activate && \
pip3 install \