Skip to content

Commit

Permalink
Added python3 runtime dependency back into Dockerfile.testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jan 31, 2024
1 parent d834238 commit 56da6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.testing
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk update
# add runtime dependencies
RUN apk add --upgrade --no-cache \
bash \
python3 \
librdkafka \
librdkafka-dev

Expand Down

0 comments on commit 56da6dd

Please sign in to comment.