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 98516fe commit a96f5baCopy full SHA for a96f5ba
root/etc/cont-init.d/30-config
@@ -20,7 +20,7 @@ else
20
fi
21
22
# install headers if necessary
23
-if [ "$SKIP_COMPILE" != "true" ]; then
+if [ "$SKIP_COMPILE" != "true" ] && [ ! -e /lib/modules/$(uname -r)/build ]; then
24
echo "**** Attempting kernel header install ****"
25
apt-get update
26
if apt-cache show linux-headers-$(uname -r) 2&>1 >/dev/null; then
0 commit comments