From e262bd8a5d130904bf5d0aa029e406310f07c334 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 26 Sep 2020 23:50:30 -0400 Subject: [PATCH] Tweak DEB --- debian/DEBIAN/control | 2 +- debian/DEBIAN/postinst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 084171af..bcdac30a 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 a030b98e..17609105 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