mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-31 01:39:37 +00:00
Added helper files
This commit is contained in:
15
Dockerfile.static
Normal file
15
Dockerfile.static
Normal file
@@ -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
|
Reference in New Issue
Block a user