ci: add rust and cargo to fix builds (#400)

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-01 15:19:58 +01:00 committed by GitHub
parent 0e40bf6e92
commit 36c1441ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ARG NIM_PARAMS
ARG MAKE_TARGET=wakunode
# 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
COPY . .