Skip to content

Commit

Permalink
chore: Adding libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 13, 2023
1 parent dcadf8a commit 208a3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/debian/11.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y \
podman \
buildah \
cmake \
ruby
ruby \
libssl-dev

# Helm CLI
RUN curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null && \
Expand Down

0 comments on commit 208a3ed

Please sign in to comment.