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](a2040b2274)
pull/137/head
klawil 2020-12-09 18:48:25 -07:00
rodzic c377307fa5
commit c60d3ded8f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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