From dc77a2732c15c38f553d1568bc1c36cf889ea151 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 6 Jun 2023 10:41:19 +0200 Subject: [PATCH] fix typo Signed-off-by: Simon L --- Containers/talk-recording/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 1d2e6960..2b49ad29 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -27,7 +27,7 @@ RUN set -ex; \ mv -v /src/recording/pyproject.toml /src/recording/src/pyproject.toml; \ python3 -m pip install /src/recording/src; \ rm -rf /src; \ - chown recording:recording-R \ + chown recording:recording -R \ /tmp; \ apk del --no-cache \ git \