Skip to content

Commit f9b2980

Browse files
author
tniezg
committed
Upgrade Node.js to fulfill autoprefixer's min version requirement
1 parent aa83e03 commit f9b2980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This dockerfile is used to build sandbox image for docker clouds. It's not meant to be used in projects
22
FROM ruby:2.5.1
3-
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
3+
RUN apt-get update -qq && \
4+
apt-get install -y build-essential libpq-dev && \
5+
curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs
46
RUN mkdir /spree
57
WORKDIR /spree
68
ADD . /spree

0 commit comments

Comments
 (0)