fix(blindbit): install git in builder (golang:1.25-alpine)
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 21s
CI - 4NK_node / Security Tests (push) Failing after 27s
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Notify (push) Failing after 4s
CI - 4NK_node / Unit Tests (push) Failing after 39s
CI - 4NK_node / Docker Build & Test (push) Failing after 9s
CI - 4NK_node / Documentation Tests (push) Failing after 5s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Publish Release (push) Has been skipped
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 21s
CI - 4NK_node / Security Tests (push) Failing after 27s
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Notify (push) Failing after 4s
CI - 4NK_node / Unit Tests (push) Failing after 39s
CI - 4NK_node / Docker Build & Test (push) Failing after 9s
CI - 4NK_node / Documentation Tests (push) Failing after 5s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Publish Release (push) Has been skipped
This commit is contained in:
parent
7f13fc58a3
commit
1a3715f027
@ -1,6 +1,8 @@
|
|||||||
# blindbit-oracle/Dockerfile
|
# blindbit-oracle/Dockerfile
|
||||||
FROM golang:1.25-alpine as builder
|
FROM golang:1.25-alpine as builder
|
||||||
|
|
||||||
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Cloner le repo blindbit-oracle
|
# Cloner le repo blindbit-oracle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user