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