You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dockerfile is now updated with the latest approach and is tested to
work.
Reference: #2762
Reference: #2554
Signed-off-by: Philippe Ombredanne <[email protected]>
# Run scancode once for initial configuration, with --reindex-licenses to create the base license index
40
+
# Run scancode once for initial configuration, with
41
+
# --reindex-licenses to create the base license index
28
42
RUN ./scancode --reindex-licenses
29
43
30
44
# Add scancode to path
31
-
ENV PATH=$HOME/scancode-toolkit:$PATH
45
+
ENV PATH=/scancode-toolkit:$PATH
32
46
33
-
# Set entrypoint to be the scancode command, allows to run the generated docker image directly with the scancode arguments: `docker run (...) <containername> <scancode arguments>`
47
+
# Set entrypoint to be the scancode command, allows to run the generated docker
48
+
# image directly with the scancode arguments: `docker run (...) <containername> <scancode arguments>`
0 commit comments