mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 20:26:26 +02:00
Merge pull request #379 from mozilla-services/chore/378
chore: force cargo install to use Cargo.lock
This commit is contained in:
commit
9809cc5439
@ -10,7 +10,7 @@ RUN apt-get -q update && \
|
||||
RUN \
|
||||
cargo --version && \
|
||||
rustc --version && \
|
||||
cargo install --path . --root /app
|
||||
cargo install --path . --locked --root /app
|
||||
|
||||
FROM debian:buster-slim
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user