We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a8b5e commit 1a53a6fCopy full SHA for 1a53a6f
containers/event-db-migrations/Earthfile
@@ -7,7 +7,11 @@ build:
7
FROM +deps
8
9
# Build refinery
10
- RUN cargo install refinery_cli --version 0.8.7 --root .
+ 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 .
15
16
SAVE ARTIFACT ./bin/refinery refinery
17
SAVE IMAGE --cache-hint
0 commit comments