Skip to content

Commit

Permalink
Don't install Node in Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Jun 12, 2024
1 parent ab99726 commit cf63309
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions features/fixtures/rails6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
ARG RUBY_TEST_VERSION
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

WORKDIR /bugsnag
COPY temp-bugsnag-lib ./

Expand Down

0 comments on commit cf63309

Please sign in to comment.