diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d049198..3e5c08f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index b909bfc..5963e92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 \