Skip to content

Commit

Permalink
fix tzdata requirement for alpine linux on Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyku committed Apr 23, 2017
1 parent 27a3eb1 commit b475af4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
@@ -1,6 +1,9 @@
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/

Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -21,8 +21,6 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Used for 'respond_to' feature
gem 'responders', '~> 2.0'

gem 'tzinfo-data'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
Expand Down

0 comments on commit b475af4

Please sign in to comment.