Skip to content

Commit 1a53a6f

Browse files
authored
fix: Include necessary deps for event-db-migrations build. | NPG-000 (#727)
# Description Add deps to fix eventdb-migrations build.
1 parent b4a8b5e commit 1a53a6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

containers/event-db-migrations/Earthfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ build:
77
FROM +deps
88

99
# Build refinery
10-
RUN cargo install refinery_cli --version 0.8.7 --root .
10+
RUN apt-get update && \
11+
apt-get install -y --no-install-recommends \
12+
libssl-dev \
13+
pkg-config
14+
RUN cargo install --locked refinery_cli --version 0.8.7 --root .
1115

1216
SAVE ARTIFACT ./bin/refinery refinery
1317
SAVE IMAGE --cache-hint

0 commit comments

Comments
 (0)