mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Update Ruby to 2.4.5 and add jemalloc package
This commit is contained in:
parent
be514fd62d
commit
1d4fc7172d
3 changed files with 5 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue