You've already forked authenticator-rs
mirror of
https://github.com/librekeys/authenticator-rs.git
synced 2026-04-14 08:47:57 -07:00
8 lines
271 B
Docker
8 lines
271 B
Docker
FROM rustembedded/cross:powerpc64le-unknown-linux-gnu-0.2.1
|
|
|
|
RUN dpkg --add-architecture powerpc64le && \
|
|
apt-get update && \
|
|
apt-get install --assume-yes libudev-dev
|
|
|
|
RUN pkg-config --list-all && pkg-config --libs libudev && \
|
|
pkg-config --modversion libudev |