Merge pull request #1449 from okriuchykhin/ruby_245_update

Update Ruby to 2.4.5 and add jemalloc package
This commit is contained in:
Alex Kriuchykhin 2019-01-16 10:32:37 +01:00 committed by GitHub
commit c771db246b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -1,10 +1,11 @@
FROM ruby:2.4.4
FROM ruby:2.4.5
MAINTAINER BioSistemika <info@biosistemika.com>
# additional dependecies
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update -qq && \
apt-get install -y \
libjemalloc1 \
nodejs \
postgresql-client \
default-jre-headless \

View file

@ -1,10 +1,11 @@
FROM ruby:2.4.4
FROM ruby:2.4.5
MAINTAINER BioSistemika <info@biosistemika.com>
# additional dependecies
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update -qq && \
apt-get install -y \
libjemalloc1 \
nodejs \
groff-base \
awscli \

View file

@ -1,6 +1,6 @@
source 'http://rubygems.org'
ruby '2.4.4'
ruby '2.4.5'
gem 'rails', '5.1.6'
gem 'webpacker', '~> 2.0'