tessellator / openfaas-clojure-template

An OpenFaaS template for writing functions in Clojure
MIT License
9 stars 6 forks source link

Pull dependency management into local Dockerfile #7

Closed tessellator closed 3 years ago

tessellator commented 3 years ago

Pulls in dependency management from an external image into the local Dockerfile. Adds information about how to add ARM64 support.

Fixes #6

tessellator commented 3 years ago

I do not have an ARM64 machine, would someone be willing to edit the Dockerfile as suggested and let me know if it works on that architecture? I am happy to set up a time to pair if desired. Thanks!