Skip to content

Commit

Permalink
Add openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Feb 14, 2024
1 parent 6a4d950 commit f7d2e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf-delta-lake-sink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN touch -a -m ./src/main.rs
RUN cargo build --release

FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y protobuf-compiler ca-certificates && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y protobuf-compiler ca-certificates openssl && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/target/release/protobuf-delta-lake-sink /app/protobuf-delta-lake-sink

# Start the application
Expand Down

0 comments on commit f7d2e26

Please sign in to comment.