summaryrefslogtreecommitdiffstats
path: root/third_party/rust/authenticator/testing/cross/x86_64-unknown-linux-gnu.Dockerfile
blob: 016ad4a362043c920acfe666b7fb0ea60c021bcf (plain)
1
2
3
4
5
6
7
FROM rustembedded/cross:x86_64-unknown-linux-gnu-0.2.1

RUN apt-get update && \
    apt-get install --assume-yes libudev-dev

RUN pkg-config --list-all && pkg-config --libs libudev && \
    pkg-config --modversion libudev