From dc10ff6fac2456cbb8e85391232dbad14ff8f8e5 Mon Sep 17 00:00:00 2001
From: jj <j.rybicki@fz-juelich.de>
Date: Fri, 10 Feb 2023 09:55:43 +0100
Subject: [PATCH] speedup repo search

---
 scripts/cloudinit.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/cloudinit.yml b/scripts/cloudinit.yml
index e351206..3d6931d 100644
--- a/scripts/cloudinit.yml
+++ b/scripts/cloudinit.yml
@@ -2,6 +2,11 @@
 
 # This is a cloud config that install most basic packages, and clones and prepares the git repo for the datacatalog
 # This should prepare everything that is possible, so that (after assigning the ip address and generating the static files) only docker-compose needs to be run
+#cloud-config
+apt:
+  primary:
+    - arches: [default]
+      uri: http://de.archive.ubuntu.com/ubuntu/
 
 # upgrade packages
 package_update: true
-- 
GitLab