From fccd653ae411f005c2dba3936fdf46859672faf9 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 20 Nov 2017 11:05:05 +1300 Subject: [PATCH] only stage the users-and-groups file --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 8f35f2e8..a340c904 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -57,6 +57,8 @@ parts: echo "get passwd/user-default-groups" | \ debconf-communicate user-setup | \ cut -d ' ' -f 2- > users-and-groups + stage: + - users-and-groups probert: plugin: python build-packages: [python-setuptools, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev]