From e14583a0f28201d88069897abfda4bb370977cbf Mon Sep 17 00:00:00 2001
From: Daniel Gibbs <me@danielgibbs.co.uk>
Date: Mon, 11 Sep 2023 21:35:33 +0100
Subject: [PATCH] feat: add uuid-runtime package to Dockerfile

---
 Dockerfile.ubuntu-1804 | 1 +
 Dockerfile.ubuntu-2004 | 3 ++-
 Dockerfile.ubuntu-2204 | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.ubuntu-1804 b/Dockerfile.ubuntu-1804
index bb1f8e1..f1509f5 100644
--- a/Dockerfile.ubuntu-1804
+++ b/Dockerfile.ubuntu-1804
@@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
   tmux \
   unzip \
   util-linux \
+  uuid-runtime \
   wget \
   xz-utils \
   # Docker Extras
diff --git a/Dockerfile.ubuntu-2004 b/Dockerfile.ubuntu-2004
index 19d99ff..4bfe593 100644
--- a/Dockerfile.ubuntu-2004
+++ b/Dockerfile.ubuntu-2004
@@ -31,13 +31,13 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
   && add-apt-repository ppa:git-core/ppa \
   && apt-get update \
   && apt-get install -y \
-  cron \
   bc \
   binutils \
   bsdmainutils \
   bzip2 \
   ca-certificates \
   cpio \
+  cron \
   curl \
   distro-info \
   file \
@@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
   tmux \
   unzip \
   util-linux \
+  uuid-runtime \
   wget \
   xz-utils \
   # Docker Extras
diff --git a/Dockerfile.ubuntu-2204 b/Dockerfile.ubuntu-2204
index 0bc7d22..679f936 100644
--- a/Dockerfile.ubuntu-2204
+++ b/Dockerfile.ubuntu-2204
@@ -31,13 +31,13 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
   && add-apt-repository ppa:git-core/ppa \
   && apt-get update \
   && apt-get install -y \
-  cron \
   bc \
   binutils \
   bsdmainutils \
   bzip2 \
   ca-certificates \
   cpio \
+  cron \
   curl \
   distro-info \
   file \
@@ -56,6 +56,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
   tmux \
   unzip \
   util-linux \
+  uuid-runtime \
   wget \
   xz-utils \
   # Docker Extras