diff --git a/Dockerfile b/Dockerfile index f6404e7..1bcef83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Copy and install the crash cart software # Place the .deb in packages/crash-cart.deb before building COPY packages/crash-cart.deb /tmp/crash-cart.deb -RUN mkdir -p /etc/udev/rules.d && dpkg --force-depends -i /tmp/crash-cart.deb && rm /tmp/crash-cart.deb +RUN dpkg-deb --extract /tmp/crash-cart.deb / && rm /tmp/crash-cart.deb # Prefer bundled libs (libpng12, libpython2.7, libwx*, etc.) over system ones ENV LD_LIBRARY_PATH=/opt/usb-crash-cart-adapter/20240517/guts