Skip to content

Commit

Permalink
🐧 Add selinux packages to ubuntu 24.04 (#2625)
Browse files Browse the repository at this point in the history
Otherwise it wont work as expected

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jun 14, 2024
1 parent 45f72a8 commit 1a42c00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/Dockerfile.kairos-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
isc-dhcp-common \
isc-dhcp-client \
selinux-utils \
selinux-basics \
selinux-policy-default \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

FROM ubuntu-latest AS ubuntu-23.10
Expand Down
3 changes: 3 additions & 0 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
isc-dhcp-common \
isc-dhcp-client \
selinux-utils \
selinux-basics \
selinux-policy-default \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

FROM ubuntu-latest AS ubuntu-23.10
Expand Down

0 comments on commit 1a42c00

Please sign in to comment.