We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a39c7 commit 7ab24e0Copy full SHA for 7ab24e0
1 file changed
Dockerfile
@@ -20,6 +20,7 @@ COPY . .
20
# Install HDT tools
21
RUN ./autogen.sh && ./configure
22
RUN make -j4
23
+RUN make install
24
25
# Expose binaries
26
ENV PATH /usr/local/src/hdt-cpp/libhdt/tools:$PATH
0 commit comments