We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac25679 + 0add8a5 commit fd652d6Copy full SHA for fd652d6
Formula/m/mender-artifact.rb
@@ -25,6 +25,9 @@ class MenderArtifact < Formula
25
26
depends_on "go" => :build
27
depends_on "pkgconf" => :build
28
+ depends_on "dosfstools" # fsck.vfat for vfat file systems in artifacts
29
+ depends_on "e2fsprogs" # manipulation of ext4 file systems in artifacts
30
+ depends_on "mtools" # manipulation of vfat file systems in artifacts
31
depends_on "openssl@3"
32
33
def install
0 commit comments