Skip to content

Commit

Permalink
ci: add systemd-repart to Debian/Ubuntu rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 24, 2024
1 parent 8b7367e commit 43507aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/container/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
RUN if [ "$DISTRIBUTION" = "debian:sid" ] ; then \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
systemd-cryptsetup \
systemd-repart \
; fi

RUN \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq
RUN if [ "${DISTRIBUTION}" = "ubuntu:rolling" ] ; then \
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -o Dpkg::Use-Pty=0 \
systemd-cryptsetup \
systemd-repart \
; fi

RUN \
Expand Down

0 comments on commit 43507aa

Please sign in to comment.