Skip to content

Commit

Permalink
fix: findings of Codacy for the kubectl Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzimmer96 committed Apr 12, 2023
1 parent fd8fb8c commit 0eb9a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM bitnami/kubectl:${KUBECTL_VERSION}
USER root

RUN apt-get update \
&& apt-get install -y gettext-base \
&& apt-get --no-install-recommends install -y gettext-base=0.21-4 \
&& rm -rf /var/lib/apt/lists/*

USER 1001

0 comments on commit 0eb9a03

Please sign in to comment.