diff --git a/Containerfile-asrock-x570 b/Containerfile-asrock-x570 index 9aac5c1..7f965ab 100644 --- a/Containerfile-asrock-x570 +++ b/Containerfile-asrock-x570 @@ -1,7 +1,7 @@ FROM ghcr.io/benradey/workstation-nvidia-base:latest # Special handling for QL-600 label printer. This relies on the files inside of the RPM being manually extracted to /var/opt, which cannot be handled inside of this Containerfile. -RUN ln -sf /opt/brother/PTouch/ql600/cupswrapper/brother_lpdwrapper_ql600 /usr/lib/cups/filter/brother_lpdwrapper_ql600 && \ +RUN ln -sf /var/opt/brother/PTouch/ql600/cupswrapper/brother_lpdwrapper_ql600 /usr/lib/cups/filter/brother_lpdwrapper_ql600 && \ dnf5 install -y \ perl-File-Copy && \ dnf5 clean all