chore: Add docker build env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-02-05 19:46:34 +01:00
parent 64cd99de14
commit c6447ab07c

10
docker/Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM crystallang/crystal:1.7.1
RUN apt-get update \
&& apt-get install -y cmake g++
WORKDIR /app
COPY shard.lock /app
RUN shards install