Skip to content

Commit

Permalink
Fixes #1639: Removes libsolv, rpm, rpm-libs and libarchive libraries …
Browse files Browse the repository at this point in the history
…from skupper-router container
  • Loading branch information
ganeshmurthy committed Oct 17, 2024
1 parent 10fb6e9 commit e5dbd87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
shadow-utils \
&& microdnf clean all

# Remove gnutls and everything that depends on it. See https://github.com/skupperproject/skupper-router/issues/1477
RUN microdnf -y remove gnutls glib2 gobject-introspection libpeas microdnf gnupg2 gpgme libdnf json-glib libmodulemd librepo librhsm
# Remove gnutls, libarchive and everything that depends on it.
# https://github.com/skupperproject/skupper-router/issues/1477
# https://github.com/skupperproject/skupper-router/issues/1639
RUN microdnf -y remove gnutls glib2 gobject-introspection libpeas microdnf gnupg2 gpgme libdnf json-glib libmodulemd librepo librhsm libsolv rpm rpm-libs libarchive

RUN useradd --uid 10000 runner
USER 10000
Expand Down

0 comments on commit e5dbd87

Please sign in to comment.