From 1981590320ae0ad09f1186b8dd5473d3e9671fa0 Mon Sep 17 00:00:00 2001 From: Shorssaud Date: Thu, 26 Jan 2023 14:53:08 +0100 Subject: [PATCH] v3 uploaded and working --- Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..615e92e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,11 @@ +# This is the image for v3 + + +FROM ubuntu:22.04 + +RUN apt update -qq && \ + DEBIAN_FRONTEND="noninteractive" apt install -yq cmake curl make xz-utils +RUN curl https://nim-lang.org/choosenim/init.sh -sSf | sh -s -- -y + +ARG corecount=1 +COPY . . \ No newline at end of file