Skip to content

Commit af3fae1

Browse files
committed
remove apt-get clean
Signed-off-by: Adam Korczynski <[email protected]>
1 parent dfa906c commit af3fae1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/base-images/base-runner/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ COPY --from=base-ruby /usr/local/include/ruby-3.3.0 /usr/local/include/ruby-3.3.
119119

120120
# Install libyaml and simplecov for Ruby coverage reporting
121121
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/*
122+
gem install simplecov
124123

125124
# Do this last to make developing these files easier/faster due to caching.
126125
COPY bad_build_check \

0 commit comments

Comments
 (0)