Skip to content

Commit

Permalink
Add dependencies for CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau committed Jul 6, 2023
1 parent a276731 commit c1ab6a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /cerenetwork

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y cmake pkg-config libssl-dev git clang
apt-get install -y cmake pkg-config libssl-dev git clang protobuf-compiler
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
export PATH=$PATH:$HOME/.cargo/bin && \
scripts/init.sh && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=ddc-smart-contract /ddc-smart-contract/artifacts/metadata.json /cere

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y cmake pkg-config libssl-dev git clang
apt-get install -y cmake pkg-config libssl-dev git clang protobuf-compiler
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
export PATH=$PATH:$HOME/.cargo/bin && \
scripts/init.sh && \
Expand Down

0 comments on commit c1ab6a8

Please sign in to comment.