fix build not including git hash

This commit is contained in:
ayaka 2024-06-02 21:30:48 +12:00
parent 336d5dcaa7
commit 58c736c51b

View File

@ -2,7 +2,7 @@
FROM rust:alpine AS builder
RUN apk add --no-cache musl-dev
RUN apk add --no-cache musl-dev git
WORKDIR /redlib