fix: git-commit ENV

This commit is contained in:
Ludo Galabru
2024-02-09 14:30:38 -05:00
parent e22df72228
commit 203cfa39d0

View File

@@ -2,6 +2,8 @@ FROM rust:bullseye as build
ARG GIT_COMMIT='0000000'
ENV GIT_COMMIT=${GIT_COMMIT}
WORKDIR /src
RUN apt-get update && apt-get install -y ca-certificates pkg-config libssl-dev libclang-11-dev libunwind-dev libunwind8 curl gnupg