Skip to content

Commit

Permalink
Add celestia-node with jq, curl installed (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy authored Jul 7, 2023
1 parent 4147ffa commit 67d0009
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile.celestia-node
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM "ghcr.io/celestiaorg/celestia-node:v0.11.0-rc7"

USER root
RUN apk update && apk add --no-cache \
jq \
curl

# hardcoding the default uid defined in the base layer because
# ARG USER_NAME is not preserved between layers.
USER celestia

0 comments on commit 67d0009

Please sign in to comment.