Tool improvements

This commit is contained in:
Anton Vakhrushev
2019-10-14 18:11:28 +03:00
parent a7249a875a
commit b63c00cea4
6 changed files with 16 additions and 24 deletions

View File

@ -1,3 +1,10 @@
FROM alpine:edge as builder
RUN apk add -u make crystal shards tzdata libc-dev yaml-dev
# Install crystal and dev libs
RUN apk add -u \
crystal \
shards \
make \
tzdata \
libc-dev \
yaml-dev