From 73a79a1759e9529257567454c0c8dd90a09e899b Mon Sep 17 00:00:00 2001 From: jm-clius Date: Mon, 1 Mar 2021 14:44:05 +0000 Subject: [PATCH] deploy: 1ca6cab981394aa3d7b006f745e68ce8f2a81085 --- .update.timestamp | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.update.timestamp b/.update.timestamp index d77964947..22685b830 100644 --- a/.update.timestamp +++ b/.update.timestamp @@ -1 +1 @@ -1614578120 \ No newline at end of file +1614608398 \ No newline at end of file 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 . .