mirror of
https://github.com/logos-storage/logos-storage-network-testing.git
synced 2026-01-02 13:33:07 +00:00
v3 uploaded and working
This commit is contained in:
parent
df26b06eeb
commit
1981590320
11
Dockerfile
Normal file
11
Dockerfile
Normal 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 . .
|
||||
Loading…
x
Reference in New Issue
Block a user