Add git
This commit is contained in:
parent
efcdef7856
commit
7e82b0d94d
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ RUN apt-get update && \
|
||||||
# postgresql-dev \
|
# postgresql-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
virtualenv \
|
virtualenv \
|
||||||
libxslt1-dev && \
|
libxslt1-dev \
|
||||||
|
git && \
|
||||||
virtualenv /root/matrix-env -p /usr/bin/python3 && \
|
virtualenv /root/matrix-env -p /usr/bin/python3 && \
|
||||||
. /root/matrix-env/bin/activate && \
|
. /root/matrix-env/bin/activate && \
|
||||||
pip3 install \
|
pip3 install \
|
||||||
|
|
Reference in a new issue