mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
Added helper files
This commit is contained in:
parent
5c074344d5
commit
3180168261
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
|
Loading…
Reference in New Issue
Block a user