Skip to content

Commit

Permalink
Use same container
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Feb 14, 2024
1 parent 141fa3f commit cb0db13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion protobuf-delta-lake-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ uuid = "1.3.3"
parquet = { version = "39" }
log = "0.4.19"
env_logger = "0.10.0"
openssl = { version = "0.10.59", features = ["vendored"] }
2 changes: 1 addition & 1 deletion protobuf-delta-lake-sink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY src ./src
RUN touch -a -m ./src/main.rs
RUN cargo build --release

FROM debian:bullseye-slim
FROM rust:1.75.0
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

Expand Down

0 comments on commit cb0db13

Please sign in to comment.