From 79c6501437a9e85367d74f1de7280a1dc435cfab Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Wed, 13 Sep 2023 13:21:45 +1000 Subject: [PATCH] install docker with sudo --- build-production-containers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-production-containers.sh b/build-production-containers.sh index 0cca5e4..1e41733 100755 --- a/build-production-containers.sh +++ b/build-production-containers.sh @@ -1,6 +1,6 @@ # #!/usr/bin/env bash -apt-get update && apt-get install -y docker.io +\sudo apt-get update && \sudo apt-get install -y docker.io docker build --push --rm \ -t ghcr.io/describo/describo-collections-api:latest \