Commit Graph

10 Commits (1549ebe62e545b55af4af6bfc4a2960576feaa44)

Author SHA1 Message Date
ACUVE 830e34acb7 Install libffi-dev and openssl-dev for dependencies on alpine. 6 years ago
Ryan Kelly 2400ef3855 Explicitly install libstdc++ for alpine linux. 7 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.
7 years ago
Juan Manuel 48165be231 Upgrade pip when building the docker image 7 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 11 years ago