Skip to content

Commit

Permalink
fix: add apt command in OSI format container image
Browse files Browse the repository at this point in the history
Also install debian-keyring package to have all public keyring from
Debian community available to validate repositories signature.

Fix #102
  • Loading branch information
rezib committed May 15, 2023
1 parent 53443f6 commit 56bab0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(#100).
- Fix crash due to concatation with incompatible types when defining the full
release for OSI build on server side (#101).
- Add `apt` command in container for OSI image to meet Debian and Ubuntu based
images build requirements (#102).

## [2.0.0] - 2023-05-05

Expand Down
2 changes: 1 addition & 1 deletion conf/images/osi.mkosi
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Format=directory
[Content]
# Docs are useful to get examples from packages and manpages when digging
WithDocs=yes
Packages=rpm,dnf,mkosi,debootstrap,systemd-container
Packages=mkosi,rpm,dnf,apt,debian-keyring,debootstrap,systemd-container

0 comments on commit 56bab0b

Please sign in to comment.