Commit Graph

8 Commits

Author SHA1 Message Date
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