We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51ec23 commit 56d2a07Copy full SHA for 56d2a07
Dockerfile
@@ -35,7 +35,7 @@ RUN --mount=type=ssh cargo build --release --bin zenith-builder-example
35
# Stage 3: Final image for running in the env
36
FROM --platform=$TARGETPLATFORM debian:bookworm-slim
37
RUN apt-get update && apt-get -y upgrade && apt-get install -y \
38
- libssl3 \
+ libssl-dev \
39
ca-certificates
40
41
COPY --from=builder /app/target/release/zenith-builder-example /usr/local/bin/zenith-builder-example
0 commit comments