Skip to content

Commit 83d7879

Browse files
committed
we need python libusb
1 parent dd33101 commit 83d7879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.podstatus

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ RUN apk upgrade --no-cache --available \
2828
&& apk add --no-cache \
2929
nginx \
3030
libusb \
31-
libusb-dev \
32-
eudev
31+
py3-libusb1
3332

3433
ENV PATH="/app/.venv/bin:$PATH" \
3534
PYTHONPATH="/app/podstatus" \

0 commit comments

Comments
 (0)