Skip to content

Commit

Permalink
Fix build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ViddeM committed Jun 23, 2024
1 parent 56285a4 commit 3df5c6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions backend/Cargo.lock

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

1 change: 1 addition & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ reqwest = { version = "0.11.24", default-features = false, features = [
] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
openssl = { version = "0.10", features = ["vendored"] }
slab = "0.4.9"
sqlx = { version = "0.7.3", features = [
"runtime-tokio-rustls",
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cargo install strip_cargo_version
RUN rustup target add x86_64-unknown-linux-musl

# Required by `brotli-sys`
RUN apt-get update && apt-get install -y musl-tools
RUN apt-get update && apt-get install -y musl-tools pkg-config libssl-dev

###########################
### STRIP-VERSION STAGE ###
Expand Down

0 comments on commit 3df5c6e

Please sign in to comment.