vulpemventures / gdk-ocean

MIT License
2 stars 3 forks source link

Dockerize gdk-ocean #5

Closed louisinger closed 2 years ago

louisinger commented 2 years ago

@altafan please review

altafan commented 2 years ago

I tried to build the image locally, got the following error:

Screenshot 2022-08-04 at 12 55 52
altafan commented 2 years ago

solved with the following steps:

# import ocean repo
$ git submodule update --init --recursive
# compile stubs
$ make stubs
$ docker build -t gdk-ocean:test .

Would be better to automatize the compilation of the stubs at least. We should add these steps to the readme at least.