Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
version: 3
images:
base_image:
name: rockylinux/rockylinux:9-minimal
name: rockylinux/rockylinux:9
options:
package_manager_path: /usr/bin/microdnf
package_manager_path: /usr/bin/dnf
dependencies:
python_interpreter:
package_system: python3.11
Expand Down Expand Up @@ -117,6 +117,6 @@ additional_build_steps:
RUN alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
&& alternatives --install /usr/bin/python python /usr/bin/python3.11 1
&& alternatives --install /usr/bin/pip3 pip3 /usr/bin/pip3.11 1
- RUN microdnf update -y && microdnf clean all
- RUN dnf update -y && dnf clean all
- COPY --chmod=755 _build/files/update-ca-trust /usr/bin/update-ca-trust