Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
042757fe
"src/api/client/push.rs" did not exist on "5fa9190117805ff1040c69b65a3b9caacb6c965b"
Commit
042757fe
authored
7 years ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Install the postgres dependencies
parent
886c2d50
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
042757fe
FROM
python:2-alpine
FROM
python:2-alpine
RUN
apk add
--no-cache
--virtual
.nacl_deps build-base libffi-dev zlib-dev openssl-dev libjpeg-turbo-dev linux-headers
RUN
apk add
--no-cache
--virtual
.nacl_deps build-base libffi-dev zlib-dev openssl-dev libjpeg-turbo-dev linux-headers
postgresql-dev
COPY
. /synapse
COPY
. /synapse
# A wheel cache may be provided in ./cache for faster build
# A wheel cache may be provided in ./cache for faster build
RUN
cd
/synapse
\
RUN
cd
/synapse
\
&&
pip
install
--upgrade
pip setuptools
\
&&
pip
install
--upgrade
pip setuptools
psycopg2
\
&&
mkdir
-p
/synapse/cache
\
&&
mkdir
-p
/synapse/cache
\
&&
pip
install
-f
/synapse/cache
--upgrade
--process-dependency-links
.
\
&&
pip
install
-f
/synapse/cache
--upgrade
--process-dependency-links
.
\
&&
mv
/synapse/contrib/docker/
*
/
\
&&
mv
/synapse/contrib/docker/
*
/
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment