Skip to content

Commit

Permalink
Update to fix pre-commit checks
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
  • Loading branch information
wmudge committed Jun 27, 2024
1 parent 75a08f8 commit 39b44ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/bindep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# System dependencies for AWS cldr-runner

unzip
unzip
4 changes: 2 additions & 2 deletions base/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
python: requirements.txt
system: bindep.txt
python_interpreter:
package_system: "python39"
package_system: "python39"

additional_build_files:
- src: bashrc
Expand All @@ -40,7 +40,7 @@ additional_build_files:
additional_build_steps:
prepend_base:
- RUN yum install -y git
- RUN dnf clean all -y && rm -rf /var/cache/yum /var/cache/dnf /tmp/src
- RUN dnf clean all -y && rm -rf /var/cache/yum /var/cache/dnf /tmp/src
prepend_builder:
- RUN yum install -y yum-utils && yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
prepend_final:
Expand Down

0 comments on commit 39b44ac

Please sign in to comment.