Skip to content

Commit

Permalink
fix: Include necessary deps for event-db-migrations build. | NPG-000 (#…
Browse files Browse the repository at this point in the history
…727)

# Description

Add deps to fix eventdb-migrations build.
  • Loading branch information
coire1 authored Dec 10, 2024
1 parent b4a8b5e commit 1a53a6f
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 1a53a6f

Please sign in to comment.