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 ****" \
5555 tmux \
5656 unzip \
5757 util-linux \
58+ uuid-runtime \
5859 wget \
5960 xz-utils \
6061 # Docker Extras
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments