mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 14:46:47 +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>
|
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||||
|
|
||||||
# additional dependecies
|
# additional dependecies
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
||||||
apt-get update -qq && \
|
apt-get update -qq && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
libjemalloc1 \
|
||||||
nodejs \
|
nodejs \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
default-jre-headless \
|
default-jre-headless \
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
FROM ruby:2.4.4
|
FROM ruby:2.4.5
|
||||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||||
|
|
||||||
# additional dependecies
|
# additional dependecies
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
||||||
apt-get update -qq && \
|
apt-get update -qq && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
libjemalloc1 \
|
||||||
nodejs \
|
nodejs \
|
||||||
groff-base \
|
groff-base \
|
||||||
awscli \
|
awscli \
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
ruby '2.4.4'
|
ruby '2.4.5'
|
||||||
|
|
||||||
gem 'rails', '5.1.6'
|
gem 'rails', '5.1.6'
|
||||||
gem 'webpacker', '~> 2.0'
|
gem 'webpacker', '~> 2.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue