Skip to content

Commit

Permalink
fix: correct debian dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazeved0 committed Nov 19, 2020
1 parent 451eda4 commit 154a12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# Make sure package was created and is valid
- run: stat ${{ steps.deb-location.outputs.path }}
- run: dpkg -c ${{ steps.deb-location.outputs.path }}
- run: dpkg-deb -c ${{ steps.deb-location.outputs.path }}
- run: dpkg -I ${{ steps.deb-location.outputs.path }}

# Upload package artifacts and create new release if needed
- name: Upload package to release
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords = ["resource-monitor", "docker", "instrumentation", "cgroups", "kuberne
categories = ["command-line-utilities"]

[package.metadata.deb]
depends = "libssl1.1 (>= 1.1.1a), libc6 (>= 2.27)"
license-file = ["./LICENSE", "0"]
extended-description="""\
Monitors & collects system resource utilization on Linux for Docker containers and Kubernetes pods \
Expand Down

0 comments on commit 154a12d

Please sign in to comment.