mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-23 13:09:29 +00:00
fix docker to use new make command (#364)
This commit is contained in:
parent
de3d97db1e
commit
98f6bb4ed9
@ -4,7 +4,7 @@ RUN apk update && apk add git cmake curl make git bash linux-headers
|
||||
COPY . .
|
||||
RUN make clean
|
||||
RUN make update
|
||||
RUN make exec NIM_PARAMS="-d:disableMarchNative"
|
||||
RUN make NIM_PARAMS="-d:disableMarchNative"
|
||||
|
||||
FROM alpine:3.17.2
|
||||
WORKDIR /root/
|
||||
|
Loading…
x
Reference in New Issue
Block a user