Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Added concatenation to the line "yum install /tmp/libusb-devel-1.rpm"
  • Loading branch information
Ohisemega committed Aug 16, 2024
1 parent bf29bd3 commit f6c38f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN yum update -y && \

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

# full sudo rights inside the container
Expand Down

0 comments on commit f6c38f1

Please sign in to comment.