-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Steps to reproduce the behavior:
- git clone git@github.com:vcashorg/vcash.git
- cd vcash
- docker build -t vcash -f etc/Dockerfile .
- See error:
Sending build context to Docker daemon 16.47MB
Step 1/16 : FROM rust:1.35 as builder
---> cc8fdbea4a2a
Step 2/16 : RUN set -ex && apt-get update && apt-get --no-install-recommends --yes install clang libclang-dev llvm-dev libncurses5 libncursesw5 cmake git
---> Using cache
---> 918388f666c2
Step 3/16 : WORKDIR /usr/src/grin
---> Using cache
---> aa321fe56ef5
Step 4/16 : COPY . .
---> Using cache
---> 626a222cd1fa
Step 5/16 : RUN cargo build --release
---> Running in 48fbcf2ee08f
error: failed to parse lock file at: /usr/src/grin/Cargo.lock
Caused by:
invalid serialized PackageId for key `package.dependencies`
The command '/bin/sh -c cargo build --release' returned a non-zero code: 101
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels