v3 uploaded and working

This commit is contained in:
Shorssaud 2023-01-26 14:53:08 +01:00
parent df26b06eeb
commit 1981590320

11
Dockerfile Normal file
View File

@ -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 . .