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