Skip to content

Commit

Permalink
update action script
Browse files Browse the repository at this point in the history
  • Loading branch information
tszwinglitw committed Oct 21, 2024
1 parent 900d445 commit 810bc37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM rust AS builder
WORKDIR /usr/src/calypso
COPY . .

RUN git submodule update --init
RUN apt-get update && apt-get install -y libssl-dev build-essential cmake
RUN cargo install --path .

Expand Down

0 comments on commit 810bc37

Please sign in to comment.