Skip to content

Commit 7ab24e0

Browse files
committed
Install built libraries and binaries
Install the built libraries and binaries. They will be copied to a final runtime image.
1 parent 17a39c7 commit 7ab24e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ COPY . .
2020
# Install HDT tools
2121
RUN ./autogen.sh && ./configure
2222
RUN make -j4
23+
RUN make install
2324

2425
# Expose binaries
2526
ENV PATH /usr/local/src/hdt-cpp/libhdt/tools:$PATH

0 commit comments

Comments
 (0)