Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Dec 1, 2023
1 parent 1240215 commit c78029f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ CMD ["rails", "server"]

FROM builder AS testing

RUN bundle install --with test
RUN bundle config set with development test
RUN bundle install
RUN gem install mailcatcher
RUN yarn install --production=false
# RUN apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
Expand Down

0 comments on commit c78029f

Please sign in to comment.