We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf092e5 commit e980db9Copy full SHA for e980db9
images/debian/11.6/Dockerfile
@@ -20,7 +20,8 @@ RUN apt-get update && apt-get install -y \
20
buildah \
21
cmake \
22
ruby-full \
23
- libssl-dev
+ libssl-dev \
24
+ pkg-config
25
26
# Helm CLI
27
RUN curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null && \
0 commit comments