Skip to content

Commit f6c38f1

Browse files
committed
Fix bug
Added concatenation to the line "yum install /tmp/libusb-devel-1.rpm"
1 parent bf29bd3 commit f6c38f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN yum update -y && \
4949

5050
# install the required libusb developer library
5151
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
52+
yum install /tmp/libusb-devel-1.rpm && \
5353
rm /tmp/libusb-devel-1.rpm
5454

5555
# full sudo rights inside the container

0 commit comments

Comments
 (0)