mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-08 16:33:06 +00:00
attempt to fix docker build
This commit is contained in:
parent
27fcf142a6
commit
ef48391e3a
@ -1,6 +1,6 @@
|
||||
# Variables
|
||||
ARG BUILDER=codexstorage/nim-lang:2.0.14
|
||||
ARG IMAGE=ubuntu:24.04
|
||||
ARG BUILDER=ubuntu:24.04
|
||||
ARG IMAGE=${BUILDER}
|
||||
ARG BUILD_HOME=/src
|
||||
ARG MAKE_PARALLEL=${MAKE_PARALLEL:-4}
|
||||
ARG NIMFLAGS="${NIMFLAGS:-"-d:disableMarchNative"}"
|
||||
@ -15,7 +15,7 @@ ARG NIMFLAGS
|
||||
ARG USE_LIBBACKTRACE
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y git cmake curl make bash lcov build-essential
|
||||
RUN apt-get update && apt-get install -y git cmake curl make bash build-essential
|
||||
|
||||
WORKDIR ${BUILD_HOME}
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user