We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ee31d commit 56a8584Copy full SHA for 56a8584
1 file changed
Dockerfile
@@ -18,7 +18,8 @@ WORKDIR /usr/local/src/hdt-cpp
18
COPY . .
19
20
# Install HDT tools
21
-RUN cd hdt-cpp && ./autogen.sh && ./configure && make -j2
+RUN ./autogen.sh && ./configure
22
+RUN make -j4
23
24
# Expose binaries
25
ENV PATH /usr/local/src/hdt-cpp/libhdt/tools:$PATH
0 commit comments