Skip to content

Commit

Permalink
Remove python3-tracer package from el8
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Jun 3, 2024
1 parent 37c7fdf commit dba892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.el8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/centos/centos:stream8

RUN dnf install -y https://yum.theforeman.org/client/nightly/el8/x86_64/foreman-client-release.rpm && dnf clean all
RUN dnf install make python3 python3-dnf-plugins-core python3-tracer subscription-manager -y && dnf clean all
RUN dnf install make python3 python3-dnf-plugins-core subscription-manager -y && dnf clean all
WORKDIR /app

0 comments on commit dba892b

Please sign in to comment.