Skip to content

Commit

Permalink
Merge pull request #212 from oasisprotocol/andrew7234/genesis_test
Browse files Browse the repository at this point in the history
Andrew7234/genesis test
  • Loading branch information
Andrew7234 authored Dec 1, 2022
2 parents eaab42e + 3153db6 commit 7f476cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ RUN go mod download && \

FROM golang:1.18-buster AS oasis-indexer

WORKDIR /oasis-indexer

RUN apt-get update -q -q && \
apt-get install --yes apt-transport-https ca-certificates

COPY --from=oasis-indexer-builder /code/go/oasis-indexer /usr/local/bin/oasis-indexer
COPY --from=oasis-indexer-builder /code/go/storage/migrations /storage/migrations/
COPY . /oasis-indexer
Expand Down

0 comments on commit 7f476cf

Please sign in to comment.