fosdem-recorder.cr/docker/Dockerfile

11 lines
142 B
Text
Raw Permalink Normal View History

2023-02-05 18:46:34 +00:00
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