Skip to content

Commit

Permalink
Fix collector build
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed Jul 16, 2024
1 parent 6013fe7 commit d893fbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/collector.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN set -ex \
&& rm -r /static-tmp

RUN dnf update -y && \
dnf install -y epel-release dnf-plugins-core && \
dnf config-manager --set-enabled crb && \
dnf install -y dnf-plugins-core && \
dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo && \
dnf -y groupinstall "Development Tools" && \
dnf install -y \
Expand Down

0 comments on commit d893fbb

Please sign in to comment.