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