Ver código fonte
Adds dockerfile
This uses alpine linux and attempts to create a minimal install with tools to develop using open62541
Copies the amalgamated header file into /usr/include and the dynamic and static libraries into /usr/lib
This should allow default gcc to pick them up easy enough
A second dockerfile is provided that performs all the actions in
one-step. This breaks docker layer caching, but ends up with a tiny
image that has the headers/libs compiled.
:
This is so the resulting dockerfile is super tiny