From 1ca6cab981394aa3d7b006f745e68ce8f2a81085 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 1 Mar 2021 15:19:58 +0100 Subject: [PATCH] ci: add rust and cargo to fix builds (#400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e8445af7..20f2d67e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .