Skip to content

Commit

Permalink
Updating dockerfile for metricbeat and packetbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Oct 21, 2021
1 parent 042932b commit face48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM docker.elastic.co/beats/metricbeat:${ELK_VERSION}

USER root
RUN yum-config-manager --save --setopt=base.skip_if_unavailable=true
RUN yum install ca-certificates
RUN yum install ca-certificates -y
RUN update-ca-trust force-enable

USER metricbeat
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM docker.elastic.co/beats/packetbeat:${ELK_VERSION}

USER root
RUN yum-config-manager --save --setopt=base.skip_if_unavailable=true
RUN yum install ca-certificates
RUN yum install ca-certificates -y
RUN update-ca-trust force-enable

USER packetbeat
Expand Down

0 comments on commit face48c

Please sign in to comment.