From 079537de493dd3bb4e1e1f842c9dd01f567e70fa Mon Sep 17 00:00:00 2001 From: Jono Hill Date: Mon, 22 Jul 2019 20:45:03 +1200 Subject: [PATCH] It should work with only the cli --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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