Skip to content
Snippets Groups Projects
Commit 28bbeb8f authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

Merge branch 'ruby_2_x' into 'master'

Downgrade ruby version to 2.4.4 because of a PollMailbox job bug

See merge request !9
parents 57b01bd0 246e39c0
No related branches found
Tags v1.9.4-1-r244
1 merge request!9Downgrade ruby version to 2.4.4 because of a PollMailbox job bug
FROM ruby:2.5.0
FROM ruby:2.4.4
MAINTAINER web-services-core <web-services-core@cern.ch>
### Install prerequisites #############################
......@@ -14,7 +14,7 @@ RUN apt update && \
# Install image utilities
advancecomp jpegoptim gifsicle libjpeg-progs libpng-dev optipng pngcrush pngquant jhead gsfonts \
# Install nodejs and npm
nodejs npm && \
nodejs && \
# Install svgo
npm install -g svgo && \
# Install pngout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment