From 8c36d42e064de85c48612f956c51c68c9f6aedc0 Mon Sep 17 00:00:00 2001 From: Adphi Date: Tue, 28 Feb 2023 18:48:12 +0100 Subject: [PATCH] luks: fix centos Dockerfile template Signed-off-by: Adphi --- templates/centos.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/centos.Dockerfile b/templates/centos.Dockerfile index 292f588..77a699a 100644 --- a/templates/centos.Dockerfile +++ b/templates/centos.Dockerfile @@ -22,7 +22,7 @@ RUN yum install -y \ {{ if .Luks }} RUN yum install -y cryptsetup && \ - dracut --no-hostonly --regenerate-all --force --install="/usr/sbin/cryptsetup" && \ + dracut --no-hostonly --regenerate-all --force --install="/usr/sbin/cryptsetup" {{ else }} RUN dracut --no-hostonly --regenerate-all --force {{ end }}