fix tzdata requirement for alpine linux on Docker
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
FROM ruby:2.3.1-alpine
|
FROM ruby:2.3.1-alpine
|
||||||
|
|
||||||
RUN apk add -U alpine-sdk nodejs
|
RUN apk add --update --no-cache \
|
||||||
|
alpine-sdk \
|
||||||
|
nodejs \
|
||||||
|
tzdata
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -21,8 +21,6 @@ gem 'sdoc', '~> 0.4.0', group: :doc
|
|||||||
# Used for 'respond_to' feature
|
# Used for 'respond_to' feature
|
||||||
gem 'responders', '~> 2.0'
|
gem 'responders', '~> 2.0'
|
||||||
|
|
||||||
gem 'tzinfo-data'
|
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
|
|||||||
Reference in New Issue
Block a user