Skip to content

Commit

Permalink
Slim down the Fedora 39 builder some
Browse files Browse the repository at this point in the history
After a bit of searching, I found that the same basic pattern
we do for Ubuntu images works for Fedora as well. The changes
in this commit appear to have knocked about 250 megs off the
image size.
  • Loading branch information
SeanTAllen committed Jan 29, 2024
1 parent ff51e34 commit 9f34535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN dnf install -y clang \
python3-pip \
lldb \
libstdc++-static \
&& dnf -y autoremove \
&& dnf -y clean all \
&& rm -rf /var/cache/dnf/* \
&& pip3 install cloudsmith-cli

# needed for GitHub actions
Expand Down

0 comments on commit 9f34535

Please sign in to comment.