This commit is contained in:
2022-10-05 23:53:40 +01:00
parent 61a41ef8d5
commit 77820baee3

View File

@@ -1,2 +1,4 @@
apt install --yes fuse-overlayfs && \
&& curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
#!/bin/bash
apt install --yes fuse-overlay
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh