It should work with only the cli

This commit is contained in:
Jono Hill
2019-07-22 20:45:03 +12:00
parent 51a65b1846
commit 079537de49

View File

@ -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