4 lines
89 B
Docker
4 lines
89 B
Docker
FROM alpine:edge as builder
|
|
|
|
RUN apk add -u make crystal shards tzdata libc-dev yaml-dev
|