From baf9aeb92a9e62d82438c944f9e73f8166ecc250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Mon, 14 Oct 2024 10:57:09 +0200 Subject: [PATCH] docker: add linstor-gui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Wanzenböck --- dockerfiles/piraeus-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/piraeus-server/Dockerfile b/dockerfiles/piraeus-server/Dockerfile index 1f6d21a..812f017 100644 --- a/dockerfiles/piraeus-server/Dockerfile +++ b/dockerfiles/piraeus-server/Dockerfile @@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/var/cache,sharing=private \ && \ # remove udev, no need for it in the container \ apt-get remove -y udev && \ - apt-get install -y linstor-controller=$LINSTOR_VERSION linstor-satellite=$LINSTOR_VERSION linstor-common=$LINSTOR_VERSION linstor-client + apt-get install -y linstor-controller=$LINSTOR_VERSION linstor-satellite=$LINSTOR_VERSION linstor-common=$LINSTOR_VERSION linstor-client linstor-gui # Log directory need to be group writable. OpenShift assigns random UID and GID, without extra RBAC changes we can only influence the GID. RUN mkdir /var/log/linstor-controller && \