diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 084171a..bcdac30 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -4,4 +4,4 @@ Maintainer: TheBrokenRail Description: Fun with Blocks Homepage: https://www.minecraft.net/en-us/edition/pi Architecture: amd64 -Depends: docker.io, virgl-server +Depends: docker.io, docker-compose, virgl-server diff --git a/debian/DEBIAN/postinst b/debian/DEBIAN/postinst index a030b98..1760910 100755 --- a/debian/DEBIAN/postinst +++ b/debian/DEBIAN/postinst @@ -3,3 +3,5 @@ set -e docker run --rm --privileged multiarch/qemu-user-static --reset -p yes + +docker-compose -f /usr/share/minecraft-pi/docker-compose.yml pull