[cmake] Run configure.sh at build

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-07-31 07:19:08 +00:00
parent c6dcfc71bf
commit 96ef33a401
19 changed files with 14 additions and 92 deletions

View File

@@ -19,8 +19,7 @@ RUN apt-get update && apt-get install -y \
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
dpkg-reconfigure --frontend noninteractive tzdata
RUN echo "" | ./configure.sh \
&& ./tools/unix/build_omim.sh -rs generator_tool
RUN ./tools/unix/build_omim.sh -rs generator_tool
RUN pip install --upgrade pip