Fixing symlink to proper location
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user