We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa83e03 commit f9b2980Copy full SHA for f9b2980
Dockerfile
@@ -1,6 +1,8 @@
1
# This dockerfile is used to build sandbox image for docker clouds. It's not meant to be used in projects
2
FROM ruby:2.5.1
3
-RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
+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
6
RUN mkdir /spree
7
WORKDIR /spree
8
ADD . /spree
0 commit comments