We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4524ffc commit 7d97190Copy full SHA for 7d97190
1 file changed
Dockerfile
@@ -38,8 +38,9 @@ WORKDIR /scancode-toolkit
38
COPY . /scancode-toolkit
39
40
# Initial configuration using ./configure, scancode-reindex-licenses to build
41
-# the base license index and scancode-reindex-package-patterns to build the
42
-# package patterns cache
+# the base license index, scancode-reindex-package-patterns to build the package
+# patterns cache, and scancode-train-gibberish-model to train the Markov chain
43
+# model used for gibberish detection.
44
RUN ./configure \
45
&& ./venv/bin/scancode-reindex-licenses \
46
&& ./venv/bin/scancode-reindex-package-patterns \
0 commit comments