fosdem-recorder.cr/docker/Dockerfile
Glenn Y. Rolland c6447ab07c
All checks were successful
continuous-integration/drone/push Build is passing
chore: Add docker build env
2023-02-05 19:46:34 +01:00

11 lines
142 B
Docker

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