We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e8dff commit 7ecd795Copy full SHA for 7ecd795
docker-entrypoint.sh
@@ -298,7 +298,7 @@ if [ -z "${service##*timelord*}" ]; then
298
DEBIAN_FRONTEND=noninteractive apt-get update
299
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y cmake lsb-release git
300
301
- /bin/sh ./install-timelord.sh
+ /bin/sh ./install-timelord.sh -n
302
fi
303
304
# Map deprecated legacy startup options.
0 commit comments