Add missing packages to images
op-plasma => op-alt-da
This commit is contained in:
parent
ab0e42a54b
commit
2ba7045792
@ -8,7 +8,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
|
|||||||
COPY ./op-batcher /app/op-batcher
|
COPY ./op-batcher /app/op-batcher
|
||||||
COPY ./op-node /app/op-node
|
COPY ./op-node /app/op-node
|
||||||
COPY ./op-service /app/op-service
|
COPY ./op-service /app/op-service
|
||||||
COPY ./op-plasma /app/op-plasma
|
COPY ./op-alt-da /app/op-alt-da
|
||||||
COPY ./go.mod /app/go.mod
|
COPY ./go.mod /app/go.mod
|
||||||
COPY ./go.sum /app/go.sum
|
COPY ./go.sum /app/go.sum
|
||||||
|
|
||||||
|
@ -8,8 +8,9 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
|
|||||||
COPY ./op-node /app/op-node
|
COPY ./op-node /app/op-node
|
||||||
COPY ./op-chain-ops /app/op-chain-ops
|
COPY ./op-chain-ops /app/op-chain-ops
|
||||||
COPY ./op-service /app/op-service
|
COPY ./op-service /app/op-service
|
||||||
COPY ./op-plasma /app/op-plasma
|
COPY ./op-alt-da /app/op-alt-da
|
||||||
COPY ./op-conductor /app/op-conductor
|
COPY ./op-conductor /app/op-conductor
|
||||||
|
COPY ./packages /app/packages
|
||||||
COPY ./go.mod /app/go.mod
|
COPY ./go.mod /app/go.mod
|
||||||
COPY ./go.sum /app/go.sum
|
COPY ./go.sum /app/go.sum
|
||||||
COPY ./.git /app/.git
|
COPY ./.git /app/.git
|
||||||
|
@ -8,7 +8,8 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
|
|||||||
COPY ./op-proposer /app/op-proposer
|
COPY ./op-proposer /app/op-proposer
|
||||||
COPY ./op-node /app/op-node
|
COPY ./op-node /app/op-node
|
||||||
COPY ./op-service /app/op-service
|
COPY ./op-service /app/op-service
|
||||||
COPY ./op-plasma /app/op-plasma
|
COPY ./op-alt-da /app/op-alt-da
|
||||||
|
COPY ./packages /app/packages
|
||||||
COPY ./go.mod /app/go.mod
|
COPY ./go.mod /app/go.mod
|
||||||
COPY ./go.sum /app/go.sum
|
COPY ./go.sum /app/go.sum
|
||||||
COPY ./.git /app/.git
|
COPY ./.git /app/.git
|
||||||
|
Loading…
Reference in New Issue
Block a user