We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf29bd3 commit f6c38f1Copy full SHA for f6c38f1
docker/Dockerfile
@@ -49,7 +49,7 @@ RUN yum update -y && \
49
50
# install the required libusb developer library
51
RUN curl -SL https://rpmfind.net/linux/opensuse/distribution/leap/15.5/repo/oss/x86_64/libusb-1_0-devel-1.0.24-150400.3.3.1.x86_64.rpm -o /tmp/libusb-devel-1.rpm && \
52
- yum install /tmp/libusb-devel-1.rpm
+ yum install /tmp/libusb-devel-1.rpm && \
53
rm /tmp/libusb-devel-1.rpm
54
55
# full sudo rights inside the container
0 commit comments