diff --git a/Dockerfile b/Dockerfile index 4b47b0e..aa1c143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,7 @@ RUN apt-get update && apt-get install -y \ curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable test" && \ apt-get update && apt-get install -y \ - docker-ce \ docker-ce-cli \ - containerd.io \ binfmt-support \ qemu-user-static