Commit Graph

16 Commits (master)

Author SHA1 Message Date
Kirill Kamakin 0fce0fc151
Add support for PostgreSQL to Docker image (#282) 3 years ago
jrconlin b89d271713
doc: Add system dependencies to README
Closes #235
4 years ago
Louis Sautier 529dafc6f2
Update requirements to fix sync with useOAuthForSyncToken enabled
This fixes authentication with identity.sync.useOAuthForSyncToken
enabled which requires newer tokenserver and syncstorage versions.

Closes: https://github.com/mozilla-services/syncserver/issues/218
Closes: https://github.com/mozilla-services/syncserver/issues/225
4 years ago
Luke 745bff65e3
Update Dockerfile
--no-use-pep517 is not supported anymore
5 years ago
Ryan Kelly 7b3b8579ac
Add --no-use-pep517 to pip, as a workaround for build issues. 5 years ago
Ryan Kelly e3885888ff
Migrate to CircleCI 2 (#129); r=jrgm 6 years ago
ACUVE 830e34acb7 Install libffi-dev and openssl-dev for dependencies on alpine. 6 years ago
Ryan Kelly 2400ef3855 Explicitly install libstdc++ for alpine linux. 6 years ago
dev-rke e4d1758dd4
migrated Dockerfile to be based on alpine linux
The migration also solves an issue when running this service under ARM based architectures, as the previous usage of dumb-init_1.2.0_amd64 is incompatible on ARM architecture.
6 years ago
Juan Manuel 48165be231 Upgrade pip when building the docker image 6 years ago
Ryan Kelly 72d618f3ee Add support for deploying via dockerflow pipeline. (#90) r=vladikoff 7 years ago
Ryan Kelly 36629986d0 Only include specific files in the docker build 10 years ago
Dan Callahan 3e5119af2d Merge pull request #35 from billt2006/dockerfile-patch
Dockerfile: Replace curl of remote source with ADD statement
10 years ago
billt2006 462bf2818b Replace curl of remote source with ADD statement 10 years ago
Bill Thornton fac2073733 Run apt-get update to fix missing repositories
When running apt-get install I was receiving 404s for some repositories, running apt-get update before apt-get install resolves this.
10 years ago
Dan Callahan 20080abf39 Preliminary Dockerfile 10 years ago