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 . .