Skip to content

Commit

Permalink
Merge pull request #2640 from hyperledger-bevel/main
Browse files Browse the repository at this point in the history
chore: syncing dev with main
  • Loading branch information
sownak authored Dec 10, 2024
2 parents 99e2675 + c19a221 commit e130828
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions platforms/shared/images/bevel-alpine-ARM64.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Docker image for Bevel alpine utilities
FROM --platform=linux/arm64 alpine

WORKDIR /usr/src

RUN apk add --no-cache curl jq openssl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.27.0/bin/linux/arm64/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin

0 comments on commit e130828

Please sign in to comment.