Add tzinfo-data to Gemfile
This commit is contained in:
parent
7df26c6572
commit
e77ca5d665
@ -15,7 +15,7 @@ RUN set -eux; \
|
|||||||
/gluster-web; \
|
/gluster-web; \
|
||||||
cd /gluster-web; \
|
cd /gluster-web; \
|
||||||
bower install --allow-root; \
|
bower install --allow-root; \
|
||||||
gem install tzinfo-data; \
|
echo "gem 'tzinfo-data'" >> Gemfile; \
|
||||||
bundle install; \
|
bundle install; \
|
||||||
bin/rake db:migrate; \
|
bin/rake db:migrate; \
|
||||||
apt-get clean; \
|
apt-get clean; \
|
||||||
|
Loading…
Reference in New Issue
Block a user