Skip to content

Commit

Permalink
Don't install yarn in Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Jun 11, 2024
1 parent b08ba36 commit 56332b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions features/fixtures/rails6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ FROM ruby:$RUBY_TEST_VERSION

RUN apt-get update

RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

RUN apt-get install -y nodejs yarn
RUN apt-get install -y nodejs

WORKDIR /bugsnag
COPY temp-bugsnag-lib ./
Expand Down

0 comments on commit 56332b0

Please sign in to comment.