FROM crystallinux/crystal:crystal
WORKDIR /home/
COPY . .
RUN bash ./setup.sh
ENV PATH="/root/.cargo/bin:$PATH"