Skip to content

Commit

Permalink
Include transactional update scripts and utilities
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Feb 19, 2024
1 parent 145d3a7 commit a3435cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .obs/dockerfile/slem-base-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RUN zypper --installroot /osimage in --no-recommends -y apparmor-parser
# add elemental
RUN zypper --installroot /osimage in --no-recommends -y elemental

# add transactional updates utilities
RUN zypper --installroot /osimage in --no-recommends -y transactional-update

# end of mandatory package installs for SLE Micro

# make derived containers possible
Expand Down

0 comments on commit a3435cf

Please sign in to comment.