0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-19 03:41:54 +01:00

Merge branch 'master' into develop

This commit is contained in:
Richard van der Hoff 2019-01-09 16:52:08 +00:00
commit 8d4b4e781f

View file

@ -33,9 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location \
COPY . /synapse COPY . /synapse
RUN pip install --prefix="/install" --no-warn-script-location \ RUN pip install --prefix="/install" --no-warn-script-location \
lxml \ /synapse[all]
psycopg2 \
/synapse
### ###
### Stage 1: runtime ### Stage 1: runtime