fix build not including git hash
This commit is contained in:
parent
336d5dcaa7
commit
58c736c51b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
FROM rust:alpine AS builder
|
FROM rust:alpine AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache musl-dev
|
RUN apk add --no-cache musl-dev git
|
||||||
|
|
||||||
WORKDIR /redlib
|
WORKDIR /redlib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user