Skip to content

Commit

Permalink
[FEATURE] - add libkrb5-dev to Dockerfile.worker
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lixakov committed Dec 6, 2024
1 parent 0a15a53 commit 9b285d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
make \
libnghttp2-dev \
libffi-dev \
libkrb5-dev \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get update && apt-get install -y curl \
Expand Down

0 comments on commit 9b285d5

Please sign in to comment.