We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d7879 commit ef97b2eCopy full SHA for ef97b2e
Dockerfile.podstatus
@@ -28,6 +28,8 @@ RUN apk upgrade --no-cache --available \
28
&& apk add --no-cache \
29
nginx \
30
libusb \
31
+ libusb-dev \
32
+ eudev \
33
py3-libusb1
34
35
ENV PATH="/app/.venv/bin:$PATH" \
0 commit comments