From 7813a553c5855f83c47b7e76302d3ab927bb12d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Mon, 24 Apr 2023 22:34:29 +0200 Subject: [PATCH] fix workdir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31978bc..6985c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab