Skip to content

Commit

Permalink
Add openssl-libs-static
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Nov 5, 2024
1 parent bca430c commit 65884a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/indexer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM rust:1.82-alpine3.19 as build

RUN apk add --no-cache git cmake clang openssl openssl-dev build-base
RUN apk add --no-cache git cmake clang openssl openssl-dev openssl-libs-static build-base
WORKDIR /
RUN git clone --depth 1 --branch v1.5.1 https://github.com/dashevo/platform
WORKDIR /app
COPY Cargo.lock /app
COPY Cargo.toml /app
COPY src /app/src
RUN cargo build
RUN cargo build --verbose

FROM alpine:3.19 as indexer
WORKDIR /app
Expand Down

0 comments on commit 65884a1

Please sign in to comment.