Skip to content

Commit

Permalink
fix: Include necessary deps for event-db-migrations build.
Browse files Browse the repository at this point in the history
  • Loading branch information
coire1 committed Dec 10, 2024
1 parent fc5665b commit 578c327
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containers/event-db-migrations/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ build:
FROM +deps

# Build refinery
RUN cargo install refinery_cli --version 0.8.7 --root .
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libssl-dev \
pkg-config
RUN cargo install --locked refinery_cli --version 0.8.7 --root .

SAVE ARTIFACT ./bin/refinery refinery
SAVE IMAGE --cache-hint
Expand Down

0 comments on commit 578c327

Please sign in to comment.