From 2fe74edb50f42ff1f9749f3c13e3056678da2d9c Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser (tux-six, hiddenalpha.ch) Date: Fri, 29 Jul 2022 02:09:41 +0200 Subject: Fix CMD in Dockerfile --- contrib/build-using-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/build-using-docker/Dockerfile b/contrib/build-using-docker/Dockerfile index c226a8a..1e0f89a 100644 --- a/contrib/build-using-docker/Dockerfile +++ b/contrib/build-using-docker/Dockerfile @@ -30,5 +30,5 @@ USER 1000:1000 # run for max 10 hrs. Because this container is not meant to stay running # forever. -CMD ["sleep 36000"] +CMD ["sleep", "36000"] -- cgit v1.1