The package postinstall script copies udev rules there, but the directory
doesn't exist in a minimal Ubuntu 16.04 container.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The .deb declares a dependency on udev but udev is a host service, not
needed inside the container. Use --force-depends to skip that check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Wraps the NOTECONS02 USB Crash Cart Adapter software (usb-crash-cart-adapter
v20240517) in an Ubuntu 16.04 Docker container to resolve incompatibilities
with modern Fedora. Includes X11/XWayland passthrough, USB device access,
and host udev rules for the crash cart adapter (vendor 152a, products 8460/8463).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>