Skip to content

Commit

Permalink
Add systemd-continaers to ubuntu
Browse files Browse the repository at this point in the history
This brings the systemd-dissect tool which is needed to analyze sysext
images and check if they are signed and pass validation

Should add about 1 Mb and it has no deps

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jun 7, 2024
1 parent d1f4796 commit 2f2ddf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile.kairos-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN apt-get update \
sudo \
systemd \
systemd-timesyncd \
systemd-container \
tar \
ubuntu-advantage-tools \
xz-utils \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ RUN apt-get update \
sudo \
systemd \
systemd-timesyncd \
systemd-container \
tar \
ubuntu-advantage-tools \
xz-utils \
Expand Down

0 comments on commit 2f2ddf1

Please sign in to comment.