Skip to content

Commit e14583a

Browse files
committed
feat: add uuid-runtime package to Dockerfile
1 parent 6dcea33 commit e14583a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile.ubuntu-1804

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
5555
tmux \
5656
unzip \
5757
util-linux \
58+
uuid-runtime \
5859
wget \
5960
xz-utils \
6061
# Docker Extras

Dockerfile.ubuntu-2004

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
3131
&& add-apt-repository ppa:git-core/ppa \
3232
&& apt-get update \
3333
&& apt-get install -y \
34-
cron \
3534
bc \
3635
binutils \
3736
bsdmainutils \
3837
bzip2 \
3938
ca-certificates \
4039
cpio \
40+
cron \
4141
curl \
4242
distro-info \
4343
file \
@@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
5555
tmux \
5656
unzip \
5757
util-linux \
58+
uuid-runtime \
5859
wget \
5960
xz-utils \
6061
# Docker Extras

Dockerfile.ubuntu-2204

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
3131
&& add-apt-repository ppa:git-core/ppa \
3232
&& apt-get update \
3333
&& apt-get install -y \
34-
cron \
3534
bc \
3635
binutils \
3736
bsdmainutils \
3837
bzip2 \
3938
ca-certificates \
4039
cpio \
40+
cron \
4141
curl \
4242
distro-info \
4343
file \
@@ -56,6 +56,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
5656
tmux \
5757
unzip \
5858
util-linux \
59+
uuid-runtime \
5960
wget \
6061
xz-utils \
6162
# Docker Extras

0 commit comments

Comments
 (0)