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 442daf9 commit dd0b4f0Copy full SHA for dd0b4f0
Dockerfile
@@ -37,11 +37,10 @@ WORKDIR /scancode-toolkit
37
# Copy sources into docker container
38
COPY . /scancode-toolkit
39
40
-# Initial configuration
41
-RUN ./configure
42
-
43
-# Run scancode-reindex-licenses to build the base license index
44
-RUN ./venv/bin/scancode-reindex-licenses
+# Initial configuration using ./configure, scancode-reindex-licenses to build
+# the base license index
+RUN ./configure \
+ && ./venv/bin/scancode-reindex-licenses
45
46
# Add scancode to path
47
ENV PATH=/scancode-toolkit:$PATH
0 commit comments