Skip to content

Commit 7ecd795

Browse files
authored
Skip installing python dev packages when installing timelord (#290)
(It assumes versions are too specific and we should be covered in teh container already)
1 parent c1e8dff commit 7ecd795

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
@@ -298,7 +298,7 @@ if [ -z "${service##*timelord*}" ]; then
298298
DEBIAN_FRONTEND=noninteractive apt-get update
299299
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y cmake lsb-release git
300300

301-
/bin/sh ./install-timelord.sh
301+
/bin/sh ./install-timelord.sh -n
302302
fi
303303

304304
# Map deprecated legacy startup options.

0 commit comments

Comments
 (0)