Fix: Docker build
Build and Publish / Build and Publish Docker Image (push) Successful in 4m6s

This commit is contained in:
Ultradesu
2026-06-29 16:50:03 +03:00
parent e5aacc9b41
commit 311a05789e
2 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -61,7 +61,7 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "amnezia-fellow"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"base64 0.22.1",
"cot",
+2 -1
View File
@@ -1,4 +1,5 @@
FROM rust:1-slim AS builder
# Keep builder and runtime on bookworm so the binary does not require a newer glibc.
FROM rust:1-bookworm AS builder
RUN apt-get update \
&& apt-get install -y --no-install-recommends pkg-config libssl-dev ca-certificates \