revert unrelated changes
parent
c504f2febd
commit
22c2850102
|
@ -21,7 +21,7 @@ RUN sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/lib
|
|||
apt-key add - < Release.key && apt-get update && \
|
||||
apt-get install -y --no-install-recommends cri-o-1.17=1.17.2~1
|
||||
# install podman
|
||||
RUN apt-get install -y --no-install-recommends podman
|
||||
RUN apt-get install -y --no-install-recommends podman=1.8.2~144
|
||||
# disable non-docker runtimes by default
|
||||
RUN systemctl disable containerd && systemctl disable crio && rm /etc/crictl.yaml
|
||||
# enable docker which is default
|
||||
|
|
Loading…
Reference in New Issue