Skip to content

Commit

Permalink
Fix quintush/helm-unittest:latest - temporary root user
Browse files Browse the repository at this point in the history
  • Loading branch information
mtupitsyn committed Feb 2, 2023
1 parent ffb9de4 commit 66dc04a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker.io/quintush/helm-unittest/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
# OTHER DEALINGS IN THE SOFTWARE.
#
FROM docker.io/quintush/helm-unittest:latest

USER root
RUN apk update && \
apk add --upgrade apk-tools && \
apk -U upgrade && \
rm -rf /var/cache/apk/*
USER helmuser

0 comments on commit 66dc04a

Please sign in to comment.