Skip to content

Commit 88dd669

Browse files
authored
install cmake if running a timelord (#286)
1 parent d00a988 commit 88dd669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ if [ -z "${service##*timelord*}" ]; then
296296

297297
# install-timelord.sh relies on lsb-release for determining the cmake installation method, and git for building chiavdf
298298
DEBIAN_FRONTEND=noninteractive apt-get update
299-
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y lsb-release git
299+
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y cmake lsb-release git
300300

301301
/bin/sh ./install-timelord.sh
302302
fi

0 commit comments

Comments
 (0)