Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix docker build to install optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jan 9, 2019
1 parent 2394e83 commit 95fca1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location \

COPY . /synapse
RUN pip install --prefix="/install" --no-warn-script-location \
lxml \
psycopg2 \
/synapse
/synapse[all]

###
### Stage 1: runtime
Expand Down

0 comments on commit 95fca1c

Please sign in to comment.