Skip to content

Commit

Permalink
Merge pull request #1284 from userid0x0/podmanFix
Browse files Browse the repository at this point in the history
dockerfiles: fix has_podman routine
  • Loading branch information
Bastian-Krause committed Oct 21, 2023
2 parents 422abf3 + 7996361 commit d08687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_docker() {
}

has_podman() {
command -v podman /dev/null 2>&1
command -v podman >/dev/null 2>&1
}

has_buildx() {
Expand Down

0 comments on commit d08687c

Please sign in to comment.