Skip to content

Commit 8657e21

Browse files
committed
update
1 parent 03e9ba4 commit 8657e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 chikvdf
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)