Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root
RUN groupadd -g 65532 tools && \
useradd -u 65532 -g tools tools

RUN dnf install -y krb5-workstation
RUN dnf install -y krb5-workstation krb5-libs

WORKDIR /app
RUN chown -R tools:tools /app
Expand Down
Loading