Skip to content

Commit

Permalink
Merge pull request #73 from Chia-Network/kubectl
Browse files Browse the repository at this point in the history
Add kubectl
  • Loading branch information
cmmarslender authored Mar 8, 2024
2 parents e440863 + 95da105 commit 9a2036b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ips/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM registry.gitlab.com/cmmarslender/kubectl-helm:v3 as kubectl-helm
FROM hashicorp/packer:latest as packer
FROM hashicorp/terraform:latest as terraform
FROM alpine:latest
Expand All @@ -6,6 +7,7 @@ ENV PACKER_PLUGIN_PATH="/packer-plugins"

COPY --from=packer /bin/packer /bin/
COPY --from=terraform /bin/terraform /bin/
COPY --from=kubectl-helm /usr/local/bin/kubectl /bin/
RUN apk add --no-cache ansible aws-cli bash curl curl-dev git github-cli go gpg gpg-agent jq make mysql-client netcat-openbsd openssh-client openssh-keygen openssl python3 py3-pip py3-jmespath rsync sudo tar wget xorriso && \
apk add --no-cache yq --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
pip install --break-system-packages j2cli && \
Expand Down

0 comments on commit 9a2036b

Please sign in to comment.