forked from Deuxfleurs/infrastructure
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 \
|
||||
libpq-dev \
|
||||
virtualenv \
|
||||
libxslt1-dev && \
|
||||
libxslt1-dev \
|
||||
git && \
|
||||
virtualenv /root/matrix-env -p /usr/bin/python3 && \
|
||||
. /root/matrix-env/bin/activate && \
|
||||
pip3 install \
|
||||
|
|
Loading…
Reference in a new issue