Skip to content

Commit

Permalink
chore(proposer): add sqlite3 to docker image for ops (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobonassi authored Dec 26, 2024
1 parent c6ac8e5 commit 3e3a2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposer/op/Dockerfile.op_proposer
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ FROM ubuntu:22.04
RUN --mount=type=cache,target=/var/cache/apt \
apt-get update && apt-get install -y \
ca-certificates \
sqlite3 \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 3e3a2ff

Please sign in to comment.