Skip to content

Commit

Permalink
chore(proposer): add jq and nc to docker image (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobonassi authored Jan 14, 2025
1 parent 1095e9c commit 5dfc439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proposer/op/Dockerfile.op_proposer
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get update && apt-get install -y \
ca-certificates \
sqlite3 \
jq \
netcat-traditional \
&& rm -rf /var/lib/apt/lists/*

# Copy the built op-proposer binary from the previous stage
Expand Down

0 comments on commit 5dfc439

Please sign in to comment.