Add tzinfo-data to Gemfile

This commit is contained in:
Like Ma 2019-08-03 02:50:39 +08:00
parent 7df26c6572
commit e77ca5d665
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN set -eux; \
/gluster-web; \
cd /gluster-web; \
bower install --allow-root; \
gem install tzinfo-data; \
echo "gem 'tzinfo-data'" >> Gemfile; \
bundle install; \
bin/rake db:migrate; \
apt-get clean; \