Skip to content

Commit

Permalink
[fix]: fix gasoracle docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sha3nS committed Aug 14, 2023
1 parent b3bbba4 commit ed203f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gas-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash

COPY ./gas-oracle /gas-oracle
COPY ./bss-core /bss-core
COPY ./l2geth /l2geth
COPY ./metrics /metrics
COPY ./fraud-proof /fraud-proof

COPY ./gas-oracle/docker.go.work /go/go.work

RUN cd /gas-oracle && make gas-oracle
Expand Down

0 comments on commit ed203f6

Please sign in to comment.