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 d00a988 commit 88dd669Copy full SHA for 88dd669
docker-entrypoint.sh
@@ -296,7 +296,7 @@ if [ -z "${service##*timelord*}" ]; then
296
297
# install-timelord.sh relies on lsb-release for determining the cmake installation method, and git for building chiavdf
298
DEBIAN_FRONTEND=noninteractive apt-get update
299
- DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y lsb-release git
+ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y cmake lsb-release git
300
301
/bin/sh ./install-timelord.sh
302
fi
0 commit comments