Skip to content

Commit

Permalink
Add ca-certs to dockerfiles (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessejlt authored Jan 8, 2025
1 parent 035217c commit 88d12aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.alerter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0 as builder

RUN tdnf install -y golang
RUN tdnf install -y golang ca-certificates

ADD . /code
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion build/images/Dockerfile.collector
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0 as builder

RUN tdnf install -y golang systemd-devel gcc glibc-devel binutils kernel-headers
RUN tdnf install -y golang systemd-devel gcc glibc-devel binutils kernel-headers ca-certificates

ADD . /code
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion build/images/Dockerfile.ingestor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0 as builder

RUN tdnf install -y golang
RUN tdnf install -y golang ca-certificates

ADD . /code
WORKDIR /code
Expand Down

0 comments on commit 88d12aa

Please sign in to comment.