diff options
author | Andreas Fankhauser (@tux-six) | 2022-07-13 00:51:45 +0200 |
---|---|---|
committer | Andreas Fankhauser (@tux-six) | 2022-07-13 00:51:45 +0200 |
commit | 1c3bba0a5d23eda61199b915fbc92112227b9411 (patch) | |
tree | 73df27e30d5bbd2de98a18e0797cbbd18e407512 /contrib | |
parent | bfc4bb7f424dc27bf06bd4320f915ceef503d0bf (diff) | |
download | bulk-ln-1c3bba0a5d23eda61199b915fbc92112227b9411.zip bulk-ln-1c3bba0a5d23eda61199b915fbc92112227b9411.tar.gz |
Set NDEBUG=1 as default. Fix wrong CMD in dockerfile. Drop indentation in shell block because looks ugly in markdown
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/build-using-docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-using-docker/Dockerfile b/contrib/build-using-docker/Dockerfile index 9a6df6b..c56cacd 100644 --- a/contrib/build-using-docker/Dockerfile +++ b/contrib/build-using-docker/Dockerfile @@ -31,5 +31,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"] |