Skip to content

Commit 5bcf182

Browse files
committed
utils: ldap stuff
1 parent 8cf37a5 commit 5bcf182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22
LABEL 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

55
RUN 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
66
RUN 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

0 commit comments

Comments
 (0)