Skip to content

Commit

Permalink
Added required dependencies on operator dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 10, 2024
1 parent c9c0a6f commit 2ee0a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/operator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ENV CGO_ENABLED=1
COPY go.mod .
COPY go.sum .

COPY core ./core
COPY metrics ./metrics
COPY common ./common

RUN go build -o /aligned_layer/aligned-layer-operator operator/cmd/main.go

FROM debian:bookworm-slim
Expand Down

0 comments on commit 2ee0a7d

Please sign in to comment.