Skip to content

Commit

Permalink
Merge pull request #4 from mt-ag/fix/improve-kubectl-dockerfile
Browse files Browse the repository at this point in the history
fix: findings of Codacy for the kubectl Dockerfile
  • Loading branch information
alexzimmer96 authored Apr 12, 2023
2 parents fd8fb8c + 0eb9a03 commit 19751d6
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 19751d6

Please sign in to comment.