Skip to content

Commit

Permalink
Update dfu-util libusb and openssl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Nov 2, 2023
1 parent b14c8f6 commit 9334a85
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ RUN apt-get update && \
file \
python3-pip \
gawk \
# Install some dependencies required by Qt libs
gstreamer1.0-plugins-base \
# Install dfu-util and libusb
dfu-util \
# Install dependencies required by Qt libs
libssl-dev \
# linuxdeploy-plugin-qt requires libxcb1 and supporting libs
awesome && \
rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -78,4 +80,8 @@ VOLUME ["/src"]

ENV ASAN_OPTIONS="detect_leaks=0"

# HINTS for cmake find_package
ENV LIBUSB1_ROOT_DIR=/usr/lib/x86_64-linux-gnu
ENV OPENSSL_ROOT_DIR=/usr/lib/x86_64-linux-gnu

ENTRYPOINT ["/usr/bin/dumb-init", "--"]

0 comments on commit 9334a85

Please sign in to comment.