Skip to content

Commit 7f65589

Browse files
authored
Dockerfile: Install ca-certificates (#36471)
* Dockerfile: Install ca-certificates * add changelog entry
1 parent dcce20f commit 7f65589

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: Include `ca-certificates` package in our official Docker image to help with certificate handling by downstream
3+
time: 2025-02-11T16:59:22.000+00:00
4+
custom:
5+
Issue: "36471"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
FROM docker.mirror.hashicorp.services/golang:alpine
1414
LABEL maintainer="HashiCorp Terraform Team <[email protected]>"
1515

16-
RUN apk add --no-cache git bash openssh
16+
RUN apk add --no-cache git bash openssh ca-certificates
1717

1818
ENV TF_DEV=true
1919
ENV TF_RELEASE=1

0 commit comments

Comments
 (0)