Skip to content

Commit dd60af1

Browse files
Adding krb5 lib to fix reportportal plugin on startup (#25)
1 parent 0d290cc commit dd60af1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN set -ex && \
2020
# install/update packages
2121
apk update --no-cache && \
2222
apk add --no-cache --update \
23+
krb5 \
2324
gcc musl-dev linux-headers \
2425
ca-certificates \
2526
bash \

0 commit comments

Comments
 (0)