Skip to content

Commit

Permalink
Install docker-cli for kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kruse committed Dec 2, 2024
1 parent c906cc1 commit 9a933b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN case `uname -m` in \
echo "export ARCH=$ARCH" > /envfile && \
cat /envfile

RUN apk add --update --no-cache curl ca-certificates bash gettext git tar
RUN apk add --update --no-cache curl ca-certificates bash gettext git tar docker-cli

# Install kubectl
RUN . /envfile && echo $ARCH && \
Expand Down Expand Up @@ -61,6 +61,7 @@ RUN . /envfile && echo $ARCH && \
curl -sLo kind https://kind.sigs.k8s.io/dl/latest/kind-linux-${ARCH} && \
chmod +x kind && \
mv kind /usr/bin/
# kind needs docker cli


COPY init.sh entrypoint.sh /app/
Expand Down

0 comments on commit 9a933b9

Please sign in to comment.