Skip to content

Commit ff39b16

Browse files
committed
Fix linux build
1 parent 0cf82a2 commit ff39b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add git ca-certificates gcc make libc-dev libftdi1-dev libftdi1-static
77

88
# Compile libusb from source code because Alpine does not ship a package with
99
# libusb as static library.
10-
RUN apk add libudev-zero-dev linux-headers
10+
RUN apk add eudev-dev linux-headers
1111
RUN mkdir /tmp/libusb && \
1212
cd /tmp/libusb && \
1313
wget -q https://github.com/libusb/libusb/releases/download/v1.0.24/libusb-1.0.24.tar.bz2 && \

0 commit comments

Comments
 (0)