It should work with only the cli
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user