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 08b91d4 + 83e87b8 commit 7d628dfCopy full SHA for 7d628df
prow/container-images/basic-checks/Dockerfile
@@ -4,5 +4,5 @@ FROM docker.io/golang:${GO_VERSION}
4
# Install additional packages not present in regular golang image
5
RUN apt-get update \
6
&& apt-get -y upgrade \
7
- && apt-get install -y libvirt-dev \
+ && apt-get install -y libvirt-dev podman \
8
&& apt-get clean
0 commit comments