Skip to content

Commit

Permalink
fix(provider): remove package deps (#328)
Browse files Browse the repository at this point in the history
as they will be delivered by the image now
  • Loading branch information
andy108369 authored Feb 12, 2025
1 parent cbf11e2 commit 0ee9484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...)
version: 11.3.5-rc4
version: 11.3.6-rc4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 1 addition & 4 deletions charts/akash-provider/scripts/run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash

# Install apps required by the bid price script
apt -qq update && DEBIAN_FRONTEND=noninteractive apt -qq -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --no-install-recommends install curl jq bc mawk ca-certificates

# fail fast should there be a problem installing curl / jq packages
# fail fast should these packages be missing
type curl || exit 1
type jq || exit 1
type awk || exit 1
Expand Down

0 comments on commit 0ee9484

Please sign in to comment.