We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf82a2 commit ff39b16Copy full SHA for ff39b16
Dockerfile
@@ -7,7 +7,7 @@ RUN apk add git ca-certificates gcc make libc-dev libftdi1-dev libftdi1-static
7
8
# Compile libusb from source code because Alpine does not ship a package with
9
# libusb as static library.
10
-RUN apk add libudev-zero-dev linux-headers
+RUN apk add eudev-dev linux-headers
11
RUN mkdir /tmp/libusb && \
12
cd /tmp/libusb && \
13
wget -q https://github.com/libusb/libusb/releases/download/v1.0.24/libusb-1.0.24.tar.bz2 && \
0 commit comments