Drop nodejs installation p2 touchpoint.

Looks like most people tend to manage nodejs installation on their own
so this becomes clearly noise. Reported initially at
https://www.eclipse.org/lists/cross-project-issues-dev/msg17225.html

Change-Id: Ide1d448ec1fb18e649fff87579802cbf86829f8a
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/154116
Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
diff --git a/containers/org.eclipse.linuxtools.docker.editor.ls/META-INF/p2.inf b/containers/org.eclipse.linuxtools.docker.editor.ls/META-INF/p2.inf
deleted file mode 100644
index dc445cd..0000000
--- a/containers/org.eclipse.linuxtools.docker.editor.ls/META-INF/p2.inf
+++ /dev/null
@@ -1,4 +0,0 @@
-instructions.install=\
-org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:fedora,package:nodejs,comparator:ge,version:6);\
-org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:nodejs,comparator:ge,version:6);\
-org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:windows,package:nodejs,comparator:ge,version:6);