Skip to content

Commit

Permalink
Add kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kruse committed Jul 8, 2024
1 parent 2d5af8e commit c362ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN . /envfile && echo $ARCH && \
RUN . /envfile && echo $ARCH && \
curl -sLo kind https://kind.sigs.k8s.io/dl/latest/kind-linux-${ARCH} && \
chmod +x kind && \
mv kind /usr/bin/ && \
mv kind /usr/bin/

COPY init.sh entrypoint.sh /app/

0 comments on commit c362ac7

Please sign in to comment.