diff --git a/Cargo.lock b/Cargo.lock index d40acc1..20316aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3613,7 +3613,7 @@ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "rusty-ponyo" -version = "2024.9.24-3" +version = "2024.9.25" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 97d1b2b..376fdd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-ponyo" -version = "2024.9.24-3" +version = "2024.9.25" authors = ["kawaemon <34652535+kawaemon@users.noreply.github.com>"] edition = "2021" diff --git a/Dockerfile b/Dockerfile index df60bf1..0eb6991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,10 @@ run cargo --version run cargo install cargo-chef -env NETTLE_STATIC=yes +env NETTLE_STATIC=yes \ + HOGWEED_STATIC=yes \ + GMP_STATIC=yes \ + SYSROOT=/dummy # ---