File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ RUN cd /tmp && curl -LO "https://dl.k8s.io/release/${k8s_version}/bin/linux/amd6
157
157
# Install the upstream CRI-O so we get the cri-o binary plus all config files,
158
158
# etc. Later we will replace the binary with our forked Nestybox CRI-O that
159
159
# works with Sysbox.
160
+ RUN apt-get update && apt-get install -y gpg
160
161
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 \
161
162
&& 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 \
162
163
&& mkdir -p /usr/share/keyrings \
You can’t perform that action at this time.
0 commit comments