File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
55
55
tmux \
56
56
unzip \
57
57
util-linux \
58
+ uuid-runtime \
58
59
wget \
59
60
xz-utils \
60
61
# Docker Extras
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
31
31
&& add-apt-repository ppa:git-core/ppa \
32
32
&& apt-get update \
33
33
&& apt-get install -y \
34
- cron \
35
34
bc \
36
35
binutils \
37
36
bsdmainutils \
38
37
bzip2 \
39
38
ca-certificates \
40
39
cpio \
40
+ cron \
41
41
curl \
42
42
distro-info \
43
43
file \
@@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
55
55
tmux \
56
56
unzip \
57
57
util-linux \
58
+ uuid-runtime \
58
59
wget \
59
60
xz-utils \
60
61
# Docker Extras
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
31
31
&& add-apt-repository ppa:git-core/ppa \
32
32
&& apt-get update \
33
33
&& apt-get install -y \
34
- cron \
35
34
bc \
36
35
binutils \
37
36
bsdmainutils \
38
37
bzip2 \
39
38
ca-certificates \
40
39
cpio \
40
+ cron \
41
41
curl \
42
42
distro-info \
43
43
file \
@@ -56,6 +56,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
56
56
tmux \
57
57
unzip \
58
58
util-linux \
59
+ uuid-runtime \
59
60
wget \
60
61
xz-utils \
61
62
# Docker Extras
You can’t perform that action at this time.
0 commit comments