Skip to content

Commit 46ba726

Browse files
committed
Install gpg in ubuntu-focal test container.
Signed-off-by: Cesar Talledo <[email protected]>
1 parent 460348f commit 46ba726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Dockerfile.ubuntu-focal

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ RUN cd /tmp && curl -LO "https://dl.k8s.io/release/${k8s_version}/bin/linux/amd6
157157
# Install the upstream CRI-O so we get the cri-o binary plus all config files,
158158
# etc. Later we will replace the binary with our forked Nestybox CRI-O that
159159
# works with Sysbox.
160+
RUN apt-get update && apt-get install -y gpg
160161
RUN echo "deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${crio_os}/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
161162
&& echo "deb [signed-by=/usr/share/keyrings/libcontainers-crio-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/${crio_version}/${crio_os}/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.list \
162163
&& mkdir -p /usr/share/keyrings \

0 commit comments

Comments
 (0)