Fix node version issue in dev
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
FROM ruby:2.5.0
|
FROM ruby:2.5.0
|
||||||
|
|
||||||
|
# Note: must install newer nodejs to work around
|
||||||
|
# https://github.com/docker-library/ruby/issues/226
|
||||||
RUN apt-get update -qq &&\
|
RUN apt-get update -qq &&\
|
||||||
|
curl -sL https://deb.nodesource.com/setup_10.x | bash - &&\
|
||||||
apt-get install -y build-essential libpq-dev nodejs &&\
|
apt-get install -y build-essential libpq-dev nodejs &&\
|
||||||
useradd --user-group --create-home --shell /bin/false app
|
useradd --user-group --create-home --shell /bin/false app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user