Skip to content

Commit 1384f34

Browse files
closes #163: fixed env path for docker image
1 parent 23fcd28 commit 1384f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN wget https://github.com/drobilla/serd/archive/v0.28.0.tar.gz \
2626
RUN cd hdt-cpp && ./autogen.sh && ./configure && make -j2
2727

2828
# Expose binaries
29-
ENV PATH /usr/local/src/hdt-cpp/hdt-lib/tools:$PATH
29+
ENV PATH /usr/local/src/hdt-cpp/libhdt/tools:$PATH
3030

3131
# reset WORKDIR
3232
WORKDIR /

0 commit comments

Comments
 (0)