Browse Source

feat: add uuid-runtime package to Dockerfile

pull/31/head
Daniel Gibbs 2 years ago
parent
commit
e14583a0f2
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 1
      Dockerfile.ubuntu-1804
  2. 3
      Dockerfile.ubuntu-2004
  3. 3
      Dockerfile.ubuntu-2204

1
Dockerfile.ubuntu-1804

@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
tmux \
unzip \
util-linux \
uuid-runtime \
wget \
xz-utils \
# Docker Extras

3
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

3
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

Loading…
Cancel
Save