Skip to content

Commit

Permalink
Add C-dep libkrb5-devel in python Dockerfile required for krb5/gssapi (
Browse files Browse the repository at this point in the history
  • Loading branch information
yashvardhannanavati committed Aug 24, 2023
1 parent a9f6ee9 commit edbe325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ RUN apt-get update \
libpq-dev \
# Used by python zoneinfo core lib
tzdata \
# Needed to build `gssapi`/`krb5`
libkrb5-dev \
&& rm -rf /var/lib/apt/lists/*

USER dependabot
Expand Down

0 comments on commit edbe325

Please sign in to comment.