diff --git a/root/etc/cont-init.d/30-config b/root/etc/cont-init.d/30-config index 58eafdc..6d62490 100644 --- a/root/etc/cont-init.d/30-config +++ b/root/etc/cont-init.d/30-config @@ -20,7 +20,7 @@ else fi # install headers if necessary -if [ "$SKIP_COMPILE" != "true" ]; then +if [ "$SKIP_COMPILE" != "true" ] && [ ! -e /lib/modules/$(uname -r)/build ]; then echo "**** Attempting kernel header install ****" apt-get update if apt-cache show linux-headers-$(uname -r) 2&>1 >/dev/null; then