From 48dc924eae5dd92ab11bb908128c65cece8399f8 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Fri, 20 Mar 2026 14:21:37 +0000 Subject: [PATCH] add usb diagnostics --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5798dd4..8fcc00f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,3 +94,6 @@ RUN chmod a+rws /epicsHome # Add in netcat for network diagnosis RUN yum install -y netcat + +# Add USB diagnostics +RUN yum install -y usbutils udev strace pciutils lsof