Skip to content

Commit 7d628df

Browse files
Merge pull request #1107 from MahnoorAsghar/update-basic-checks-pkgs
Install podman in basic-checks container
2 parents 08b91d4 + 83e87b8 commit 7d628df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow/container-images/basic-checks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ FROM docker.io/golang:${GO_VERSION}
44
# Install additional packages not present in regular golang image
55
RUN apt-get update \
66
&& apt-get -y upgrade \
7-
&& apt-get install -y libvirt-dev \
7+
&& apt-get install -y libvirt-dev podman \
88
&& apt-get clean

0 commit comments

Comments
 (0)