-
Notifications
You must be signed in to change notification settings - Fork 3
Build issue on Focal #9
Comments
Well, Here is the culprit for anyone having this issue : I just had to remove it... |
Oh, yeah, too new SW. |
Hi @AriemX , can you help share dockerfile for building? I'm also meet some build issues. Thanks very much |
Here is the vts related part of my own docker image. I don't share the whole image here as the rest is specific to my use case and will not be usefull to anyone. `FROM ubuntu:focal EXPOSE 3060 RUN apt update && RUN npm install -g pm2 && RUN git clone --recursive https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh.git && RUN cd OpenMesh RUN cd vts-tools/tools RUN cd vts-vtsd/vtsd RUN cd vts-mapproxy/mapproxy RUN cd vts-registry/registry I know it's not fully optimized. It may be relevent to move all the git cloning part outside of the image depending on your CI/CD pipeline. I just don't had the time to do yet. Hope it works for you ! |
Hi @AriemX, it's very useful. And thank you again. |
Hi,
Recently, I have troubles building an in house docker image (based on ubuntu focal). Any vts related sources I try to build is failing with a similar error :
`
`
proj is installed using the package manager. Until now, everything was fine.
Any Idea on how to fix this ?
The text was updated successfully, but these errors were encountered: