Skip to content

Commit 54750ab

Browse files
authored
fix: build using portable features (#26)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent aae855b commit 54750ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
66
&& git clone https://github.com/input-output-hk/mithril.git --depth 1 -b ${MITHRIL_VERSION} \
77
&& cd mithril \
88
&& git checkout tags/${MITHRIL_VERSION} \
9-
&& cargo build --release -p mithril-client-cli
9+
&& cargo build --features portable --release -p mithril-client-cli
1010

1111
FROM debian:bookworm-slim as mithril-client
1212
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/

0 commit comments

Comments
 (0)