network-testing-codex/Dockerfile

12 lines
263 B
Docker
Raw Normal View History

2023-01-26 13:53:08 +00:00
# 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
2023-02-08 13:19:47 +00:00
EXPOSE 8080
COPY nim-codex .