From 31801682618cdcc81ed9643a6d1e9a929fc06637 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 9 Aug 2024 10:32:15 -0300 Subject: [PATCH] Added helper files --- Dockerfile.static | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Dockerfile.static diff --git a/Dockerfile.static b/Dockerfile.static new file mode 100644 index 0000000..63a7b4d --- /dev/null +++ b/Dockerfile.static @@ -0,0 +1,15 @@ +FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20 AS build +RUN apk add --no-cache \ + crystal \ + shards \ + yaml-dev \ + yaml-static \ + openssl-dev \ + openssl-libs-static \ + libxml2-dev \ + libxml2-static \ + zlib-dev \ + zlib-static \ + xz-dev \ + xz-static \ + make