nim-docker/nim-base-arm64v8/Dockerfile

5 lines
119 B
Docker

FROM arm64v8/debian:stable-slim
ENV PATH $PATH:/nim/bin:/root/.nimble/bin
COPY ./bootstrap.sh ./
RUN sh ./bootstrap.sh