We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd14f7f commit 797579aCopy full SHA for 797579a
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /code
8
9
# install dependencies
10
RUN apt-get update \
11
- && apt-get install build-essential curl file git gnupg2 imagemagick libpq-dev libyaml-dev nodejs yarn -y \
+ && apt-get install build-essential curl file git gnupg2 imagemagick libpq-dev libyaml-dev nodejs -y \
12
&& apt-get clean
13
14
@@ -45,7 +45,7 @@ RUN bundle check || bundle install
45
COPY package.json yarn.lock ./
46
47
# install js dependencies
48
-RUN yarn install
+RUN npm install -g yarn
49
50
# copy code
51
COPY . .
0 commit comments