Skip to content

Commit

Permalink
Found the bug!
Browse files Browse the repository at this point in the history
  • Loading branch information
thekoma committed Nov 20, 2024
1 parent ad75187 commit 47837a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN --mount=type=cache,target=/var/cache/apk \
find ${KREW_ROOT} -type d -exec chmod 755 {} \; && \
find ${KREW_ROOT} -type f -exec chmod 644 {} \; && \
find ${KREW_ROOT}/bin -type f -exec chmod 755 {} \; && \
find ${KREW_ROOT}/store/krew -type f -exec chmod 755 {} \; && \
chown -R 1001:0 ${KREW_ROOT} && \
rm -f /tmp/*.sh

Expand Down

0 comments on commit 47837a9

Please sign in to comment.