Skip to content

Commit

Permalink
build(docker): alpine image no build dtn7 without d7sneakers store to…
Browse files Browse the repository at this point in the history
… reduce binary size
  • Loading branch information
gh0st42 committed Feb 28, 2024
1 parent 4a5ad3e commit 1be879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.alpine-slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add musl-dev
COPY . dtn7
RUN cd dtn7 && \
cargo install --locked --bins --examples --root /usr/local --path examples && \
cargo install --locked --bins --examples --root /usr/local --path core/dtn7
cargo install --locked --bins --examples --root /usr/local --no-default-features -F store_sled --path core/dtn7

FROM docker.io/alpine:latest

Expand Down

0 comments on commit 1be879c

Please sign in to comment.