Init project
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM alpine:edge as builder
|
||||
|
||||
# Install crystal and dev libs
|
||||
RUN apk add -u \
|
||||
crystal \
|
||||
shards \
|
||||
make \
|
||||
tzdata \
|
||||
libc-dev \
|
||||
yaml-dev
|
Reference in New Issue
Block a user