From 58c736c51b5e18a26bfd609e100921f1b764aff8 Mon Sep 17 00:00:00 2001 From: ayaka Date: Sun, 2 Jun 2024 21:30:48 +1200 Subject: [PATCH] fix build not including git hash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4714ed..2930173 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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