Skip to content

Commit

Permalink
feat: Add carvel tools
Browse files Browse the repository at this point in the history
feat: Add carvel tools
  • Loading branch information
tuxpeople authored May 14, 2024
2 parents 9cdbaac + 11067f5 commit cd249f3
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 @@ -79,6 +79,7 @@ RUN chmod +x /scripts/* \
which \
yq \
&& curl -s https://fluxcd.io/install.sh | bash \
&& curl -L https://carvel.dev/install.sh | K14SIO_INSTALL_BIN_DIR=/usr/local/bin bash \
&& mkdir /workdir \
&& chmod 777 /workdir \
&& addgroup -g 1000 abc \
Expand Down

0 comments on commit cd249f3

Please sign in to comment.