summaryrefslogtreecommitdiff
path: root/contrib/build-using-docker
diff options
context:
space:
mode:
authorAndreas Fankhauser (tux-six, hiddenalpha.ch)2022-07-29 02:09:41 +0200
committerAndreas Fankhauser (tux-six, hiddenalpha.ch)2022-07-29 02:09:41 +0200
commit2fe74edb50f42ff1f9749f3c13e3056678da2d9c (patch)
tree2c21948de60364f47e3d7f99e6df1e9dfe7f8874 /contrib/build-using-docker
parenta0ea003d2d0c4b9769cc02ae18203110e0214e31 (diff)
downloadDeflateAndInflate-2fe74edb50f42ff1f9749f3c13e3056678da2d9c.zip
DeflateAndInflate-2fe74edb50f42ff1f9749f3c13e3056678da2d9c.tar.gz
Fix CMD in Dockerfile
Diffstat (limited to 'contrib/build-using-docker')
-rw-r--r--contrib/build-using-docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"]