File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11FROM alpine:latest
22LABEL org.opencontainers.image.source = "https://github.com/mcsps/docker-images"
3- RUN apk --no-cache add ca-certificates bash curl git jq openssl mysql-client restic sqlite net-tools bind-tools ldapsearch ldapwhoami
3+ RUN apk --no-cache add ca-certificates bash curl git jq openssl mysql-client restic sqlite net-tools bind-tools openldap-clients
44
55RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/kubectl
66RUN curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | PATH=$PATH:/usr/local/bin HELM_INSTALL_DIR=/usr/local/bin bash
You can’t perform that action at this time.
0 commit comments