Commit Graph

13 Commits

Author SHA1 Message Date
Luke
745bff65e3
Update Dockerfile
--no-use-pep517 is not supported anymore
2019-06-02 00:27:35 +02:00
Ryan Kelly
7b3b8579ac
Add --no-use-pep517 to pip, as a workaround for build issues. 2019-01-29 10:56:34 +11:00
Ryan Kelly
e3885888ff
Migrate to CircleCI 2 (#129); r=jrgm 2018-07-22 21:55:11 -07:00
ACUVE
830e34acb7 Install libffi-dev and openssl-dev for dependencies on alpine. 2018-05-06 14:52:48 +09:00
Ryan Kelly
2400ef3855 Explicitly install libstdc++ for alpine linux. 2018-04-10 18:22:02 +10:00
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.
2018-04-10 01:30:38 +02:00
Juan Manuel
48165be231 Upgrade pip when building the docker image 2018-03-18 21:28:16 +01:00
Ryan Kelly
72d618f3ee Add support for deploying via dockerflow pipeline. (#90) r=vladikoff 2017-05-25 21:44:36 -04:00
Ryan Kelly
36629986d0 Only include specific files in the docker build 2014-12-10 19:40:00 +11:00
Dan Callahan
3e5119af2d Merge pull request #35 from billt2006/dockerfile-patch
Dockerfile: Replace curl of remote source with ADD statement
2014-07-31 09:50:45 -05:00
billt2006
462bf2818b Replace curl of remote source with ADD statement 2014-07-24 23:16:46 -04:00
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.
2014-07-24 13:52:22 -04:00
Dan Callahan
20080abf39 Preliminary Dockerfile 2014-04-16 14:43:05 -05:00