Browse Source
feat: add uuid-runtime package to Dockerfile
pull/31/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
5 additions and
2 deletions
-
Dockerfile.ubuntu-1804
-
Dockerfile.ubuntu-2004
-
Dockerfile.ubuntu-2204
|
|
@ -55,6 +55,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \ |
|
|
|
tmux \ |
|
|
|
unzip \ |
|
|
|
util-linux \ |
|
|
|
uuid-runtime \ |
|
|
|
wget \ |
|
|
|
xz-utils \ |
|
|
|
# Docker Extras |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|