Skip to content

Commit

Permalink
added op-node to image
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed May 13, 2024
1 parent f4d54e2 commit add334f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.fh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM ubuntu:20.04
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:e87e5ef2b96893eb8b446da420f7ba7f3e3c5985 as op-node

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install -y ca-certificates libssl1.1

ADD ./geth /app/geth
ADD ./geth /usr/local/bin/geth
COPY --from=op-node /usr/local/bin/op-node /app/op-node

ENTRYPOINT /app/geth

0 comments on commit add334f

Please sign in to comment.