deploy: 1ca6cab981394aa3d7b006f745e68ce8f2a81085

This commit is contained in:
jm-clius 2021-03-01 14:44:05 +00:00
parent 128741ec84
commit 73a79a1759
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1614578120
1614608398

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