Add ameba linter

This commit is contained in:
Anton Vakhrushev
2019-10-14 18:03:48 +03:00
parent e8f7453a8f
commit a7249a875a
4 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM alpine:edge as builder
RUN apk add -u crystal shards tzdata libc-dev
RUN apk add -u make crystal shards tzdata libc-dev yaml-dev