Fixing symlink to proper location

This commit is contained in:
Ben Radey
2025-11-25 02:32:45 -05:00
parent 17b7f02a3a
commit 00bd13b584
+1 -1
View File
@@ -1,7 +1,7 @@
FROM ghcr.io/benradey/workstation-nvidia-base:latest 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. # 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 \ dnf5 install -y \
perl-File-Copy && \ perl-File-Copy && \
dnf5 clean all dnf5 clean all