Skip to content

Commit 3cbc74f

Browse files
committed
moar clean
1 parent c94d534 commit 3cbc74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN --mount=type=ssh cargo build --release --bin zenith-builder-example
3535
# Stage 3: Final image for running in the env
3636
FROM --platform=$TARGETPLATFORM debian:bookworm-slim
3737
RUN apt-get update && apt-get -y upgrade && apt-get install -y \
38-
libssl3 \
38+
libssl-dev \
3939
ca-certificates
4040

4141
COPY --from=builder /app/target/release/zenith-builder-example /usr/local/bin/zenith-builder-example

0 commit comments

Comments
 (0)