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 9f01fd5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gas-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ FROM golang:1.19-alpine3.15 as builder

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 ./gas-oracle/docker.go.work /go/go.work
COPY . /app/

RUN cd /gas-oracle && make gas-oracle
WORKDIR /app/gas-oracle
RUN make

FROM alpine:3.15

Expand Down

0 comments on commit 9f01fd5

Please sign in to comment.