From 07e67e1876528ddd8d0e49e960b5def0120c15d1 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 23 Nov 2020 16:30:48 +0100 Subject: [PATCH] snap: move to core20 Signed-off-by: Daniel Holbach --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 720c2c9e5..6ddc23386 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -5,7 +5,7 @@ description: | functionality to an easy to use command line interface. confinement: classic adopt-info: fluxctl -base: core18 +base: core20 parts: fluxctl: @@ -33,6 +33,7 @@ parts: - GO111MODULE: 'on' - CGO_ENABLED: '0' build-packages: + - curl - gcc - git - jq