mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix: git-commit ENV
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user