Skip to content

Commit c896437

Browse files
author
Hurlyburly2
committed
removed unnecessary yarn install line
1 parent 04dc778 commit c896437

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ RUN useradd --create-home poddev
55
# throw errors if Gemfile has been modified since Gemfile.lock
66
RUN bundle config --global frozen 1
77

8-
# install js engine
9-
RUN apt-get update && apt-get install -y nodejs yarn
10-
118
# Ensure latest packages for Yarn
129
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
1310
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)