Add build config

This commit is contained in:
2019-11-09 20:47:00 +03:00
parent 4f727d10d3
commit 5542621de7
6 changed files with 79 additions and 13 deletions

12
docker/provide-crystal-alpine Executable file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env sh
# Install crystal and dev libs
apk add -u \
make \
crystal \
shards \
tzdata \
libc-dev \
zlib-dev \
libressl-dev \
yaml-dev