We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd66eba commit d7cef75Copy full SHA for d7cef75
Dockerfile
@@ -490,6 +490,7 @@ RUN cp /tmp/fw2tar/fw2tar /usr/local/src/fw2tar_wrapper
490
RUN cp /tmp/fw2tar/src/resources/fw2tar_install /tmp/fw2tar/src/resources/fw2tar_install.local /usr/local/bin/
491
492
RUN cp /tmp/fw2tar/src/fw2tar /usr/local/bin/
493
+RUN ln -s /usr/local/bin/fw2tar /usr/local/bin/fakeroot_fw2tar
494
# ======================================================================
495
496
RUN if [ -d /tmp/local_packages ]; then \
0 commit comments