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