Oh Ok. Did not know this. I am trying to use my front-end code as a swift package dependency in Server-Side using vapor. Vapor build and vapor run works fine, but it is only Docker build which is failing currently at "RUN swift build --enable-test-discovery -c release" command, as it is unable to find Accelerate module. Can you point me to this limitation in Docker docs if possible? I would like to try as much as possible before giving up on this approach. Thanks!