Add web server

This commit is contained in:
2019-11-05 21:37:09 +03:00
parent 73ed1eca06
commit 72fe4e5569
6 changed files with 52 additions and 2 deletions

View File

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