chore: Add docker build env
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
64cd99de14
commit
c6447ab07c
1 changed files with 10 additions and 0 deletions
10
docker/Dockerfile
Normal file
10
docker/Dockerfile
Normal 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
|
||||
|
Loading…
Reference in a new issue