Skip to content

Commit

Permalink
dekaf: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer committed Oct 10, 2024
1 parent 8736276 commit 0ad3684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dekaf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ WORKDIR /app
COPY dekaf-bin /dekaf
RUN --mount=type=cache,target=/var/cache/apt \
--mount=type=cache,target=/var/lib/apt \
apt-get update && apt-get install -y libssl3 ca-certificates
apt-get update && apt-get install -y libssl3 ca-certificates libc6
CMD ["/dekaf"]

0 comments on commit 0ad3684

Please sign in to comment.