Skip to content

Commit

Permalink
feat: add uuid-runtime package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Sep 11, 2023
1 parent 6dcea33 commit e14583a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ubuntu-1804
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
tmux \
unzip \
util-linux \
uuid-runtime \
wget \
xz-utils \
# Docker Extras
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.ubuntu-2004
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
tmux \
unzip \
util-linux \
uuid-runtime \
wget \
xz-utils \
# Docker Extras
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.ubuntu-2204
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -56,6 +56,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
tmux \
unzip \
util-linux \
uuid-runtime \
wget \
xz-utils \
# Docker Extras
Expand Down

0 comments on commit e14583a

Please sign in to comment.