Skip to content

Commit

Permalink
fix: Build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 7, 2024
1 parent ab28d9f commit 5d32640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile.hydra
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM rust:${RUST_VERSION}-slim-bullseye AS build
WORKDIR /app

RUN apt-get update && apt-get install -y libssl-dev pkg-config git ca-certificates
RUN git clone https://github.com/gonzalezzfelipe/hydra-control-plane.git
RUN cd hydra-control-plane && git checkout chore/use-hydra-vk-instead-of-bytes
RUN git clone https://github.com/cardano-scaling/hydra-control-plane.git
# RUN cd hydra-control-plane && git checkout chore/use-hydra-vk-instead-of-bytes

WORKDIR /app/hydra-control-plane
RUN cargo build --locked --release
Expand Down

0 comments on commit 5d32640

Please sign in to comment.