mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-04 06:23:08 +00:00
attempt to fix docker build
This commit is contained in:
parent
1b7137a75e
commit
5f03dc1f35
@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y cmake build-essential
|
||||
|
||||
WORKDIR ${BUILD_HOME}
|
||||
COPY . .
|
||||
RUN nimble install nimble
|
||||
RUN nimble build
|
||||
RUN make -j ${MAKE_PARALLEL} update
|
||||
RUN make -j ${MAKE_PARALLEL}
|
||||
|
||||
# Create
|
||||
FROM ${IMAGE}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user