We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fcd28 commit 1384f34Copy full SHA for 1384f34
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ RUN wget https://github.com/drobilla/serd/archive/v0.28.0.tar.gz \
26
RUN cd hdt-cpp && ./autogen.sh && ./configure && make -j2
27
28
# Expose binaries
29
-ENV PATH /usr/local/src/hdt-cpp/hdt-lib/tools:$PATH
+ENV PATH /usr/local/src/hdt-cpp/libhdt/tools:$PATH
30
31
# reset WORKDIR
32
WORKDIR /
0 commit comments