Update Ruby to 2.4.5 and add jemalloc package

This commit is contained in:
Oleksii Kriuchykhin 2019-01-15 17:10:10 +01:00
parent be514fd62d
commit 1d4fc7172d
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'