From c60d3ded8f7bec39b36eb441ba48d55870864e59 Mon Sep 17 00:00:00 2001 From: klawil Date: Wed, 9 Dec 2020 18:48:25 -0700 Subject: [PATCH] Move to `untwine` from `entwine` Because: - `opendronemap/odm` is now bundled with `untwine` not `entwine` Update the symlink creation in the `Dockerfile` to symlink `untwine` instead of `entwine`. This allows the creation of 3D models for WebODM. Links - Change in `opendronemap/odm`: [Entwine -> Untwine](https://github.com/OpenDroneMap/ODM/commit/a2040b2274bfb80c861537d1f6beda5046708ad1) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 772dd11..52bac16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ USER root RUN apt-get update && apt-get install -y curl gpg-agent RUN curl --silent --location https://deb.nodesource.com/setup_10.x | bash - RUN apt-get install -y nodejs unzip p7zip-full && npm install -g nodemon && \ - ln -s /code/SuperBuild/install/bin/entwine /usr/bin/entwine && \ + ln -s /code/SuperBuild/install/bin/untwine /usr/bin/untwine && \ ln -s /code/SuperBuild/install/bin/pdal /usr/bin/pdal