Skip to content
Snippets Groups Projects
Commit 7813a553 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix workdir

parent 3eb0e03c
No related branches found
No related tags found
1 merge request!3Release
Pipeline #12519 passed
......@@ -11,7 +11,7 @@ RUN mkdir /temp/libpostal-build
WORKDIR /temp
RUN git clone https://github.com/openvenues/libpostal
RUN cd libpostal
WORKDIR /temp/libpostal
RUN ./bootstrap.sh
RUN ./configure --datadir=/temp/libpostal-build
RUN make -j4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment