Skip to content

Commit

Permalink
Merge pull request #94 from cevich/fix_python
Browse files Browse the repository at this point in the history
Fix cirrus-ci_retrospective image missing python3
  • Loading branch information
cevich authored Mar 4, 2022
2 parents 9431fef + d715758 commit f5c59a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirrus-ci_retrospective/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fedoraproject.org/fedora-minimal:latest
RUN microdnf update -y && \
microdnf install -y findutils jq git curl && \
microdnf install -y findutils jq git curl python3 && \
microdnf clean all && \
rm -rf /var/cache/dnf
# Assume build is for development/manual testing purposes by default (automation should override with fixed version)
Expand Down

0 comments on commit f5c59a9

Please sign in to comment.