Skip to content

Commit

Permalink
install openssl on rust image
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 29, 2024
1 parent 64523f2 commit d76ec5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend-rust/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 backend-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-scan"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "CCDScan: Indexer and API for the Concordium blockchain"
authors = ["Concordium <[email protected]>"]
Expand Down
4 changes: 4 additions & 0 deletions backend-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ FROM ${base_image}

WORKDIR /usr/app

RUN apt-get update && \
apt-get -y install ca-certificates


COPY migrations /usr/app/migrations
COPY --from=build /usr/app/target/release/${target_binary} /usr/bin/
COPY --from=build /usr/local/cargo/bin/sqlx /usr/local/bin/sqlx
Expand Down

0 comments on commit d76ec5d

Please sign in to comment.