We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0547a7 + 53c7ad2 commit 8ababe4Copy full SHA for 8ababe4
2 files changed
2.3/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.3
+FROM ruby:2.3-jessie
2
3
# Install System libraries
4
RUN apt-get update && apt-get install -y \
2.3/docker-entrypoint.sh
@@ -11,6 +11,7 @@ export RAILS_ENV=${RAILS_ENV:-production}
11
export RAILS_LOG_TO_STDOUT=${RAILS_LOG_TO_STDOUT:-true}
12
export GIT_BRANCH=${GIT_BRANCH:-master}
13
export BUNDLE_JOBS=${BUNDLE_JOBS:-$(nproc)} # default to number of cores
14
+export S3_REGION=${S3_REGION:-ap-southeast-1}
15
16
# Configure bundler to use gemstash server if specified
17
if [ -n "$GEMSTASH_SERVER" ]; then
0 commit comments