mirror of https://github.com/waku-org/nwaku.git
ci: add rust and cargo to fix builds (#400)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0e40bf6e92
commit
36c1441ce0
|
@ -6,7 +6,7 @@ ARG NIM_PARAMS
|
||||||
ARG MAKE_TARGET=wakunode
|
ARG MAKE_TARGET=wakunode
|
||||||
|
|
||||||
# Get build tools and required header files
|
# Get build tools and required header files
|
||||||
RUN apk add --no-cache bash build-base pcre-dev linux-headers git
|
RUN apk add --no-cache bash git rust cargo build-base pcre-dev linux-headers
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in New Issue