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 dfa906c commit af3fae1Copy full SHA for af3fae1
infra/base-images/base-runner/Dockerfile
@@ -119,8 +119,7 @@ COPY --from=base-ruby /usr/local/include/ruby-3.3.0 /usr/local/include/ruby-3.3.
119
120
# Install libyaml and simplecov for Ruby coverage reporting
121
RUN apt-get update && apt-get install -y libyaml-0-2 && \
122
- gem install simplecov && \
123
- apt-get clean && rm -rf /var/lib/apt/lists/*
+ gem install simplecov
124
125
# Do this last to make developing these files easier/faster due to caching.
126
COPY bad_build_check \
0 commit comments