Skip to content

Instantly share code, notes, and snippets.

View johanthoren's full-sized avatar

Johan Thorén johanthoren

View GitHub Profile

Keybase proof

I hereby claim:

  • I am johanthoren on github.
  • I am johan_thoren (https://keybase.io/johan_thoren) on keybase.
  • I have a public key ASDz7Q-4XO9fMCOjOe0AQDowSTOdZ2vr88rCZd7oOKLODQo

To claim this, I am signing this object:

@johanthoren
johanthoren / Dockerfile
Last active August 12, 2021 16:48
Build statically linked Graal-VM native-image using Make and Docker. Go through all TODO-steps!
FROM clojure:lein AS build
# TODO: Make sure to replace "foo" with actual value before running this!
ENV BIN_NAME="foo"
# The current versions to build against:
ENV MUSL_VERSION="1.2.2"
ENV ZLIB_VERSION="1.2.11"
ENV GRAALVM_VERSION="21.2.0"