Skip to content

Commit

Permalink
images: Drop explicit libssh from Fedora
Browse files Browse the repository at this point in the history
The explicit runtime dependency has been unnecessary since commit
9a6962d, as installing cockpit-bridge brings this in as a dependency.
It will actually drop from the image after the next Cockpit release, as
it was dropped in cockpit-project/cockpit#19441

Also drop it from the base container.
  • Loading branch information
martinpitt committed Oct 1, 2024
1 parent cfa5322 commit aea88ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion images/scripts/fedora.setup
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ glibc-langpack-pt \
glib-networking \
grubby \
json-glib \
libssh \
NetworkManager-team \
openssl \
PackageKit \
Expand Down
2 changes: 1 addition & 1 deletion images/scripts/lib/base/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -eu

dnf -y update
dnf install -y sed findutils glib-networking json-glib libssh openssl python3 systemd
dnf install -y sed findutils glib-networking json-glib openssl python3 systemd
dnf clean all

0 comments on commit aea88ad

Please sign in to comment.