Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 12ed664

Browse files
docker: remove redundant dependencies in Fedora & Ubuntu distros
1 parent fc45717 commit 12ed664

7 files changed

Lines changed: 0 additions & 87 deletions

utils/docker/images/Dockerfile.fedora-32

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,6 @@ ARG MISC_DEPS="\
7474
pkgconf \
7575
sudo"
7676

77-
ARG REDUNDANT_DEPS="\
78-
bash-completion \
79-
open-sans-fonts \
80-
passwd \
81-
tar \
82-
xmlto \
83-
asciidoc \
84-
json-c-devel \
85-
kmod-devel \
86-
libtool \
87-
libudev-devel \
88-
libuuid-devel"
89-
9077
# Update packages and install basic tools
9178
RUN dnf update -y \
9279
&& dnf install -y \

utils/docker/images/Dockerfile.fedora-33

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,6 @@ ARG MISC_DEPS="\
7474
pkgconf \
7575
sudo"
7676

77-
ARG REDUNDANT_DEPS="\
78-
bash-completion \
79-
open-sans-fonts \
80-
passwd \
81-
tar \
82-
xmlto \
83-
asciidoc \
84-
json-c-devel \
85-
kmod-devel \
86-
libtool \
87-
libudev-devel \
88-
libuuid-devel \
89-
wget"
90-
9177
# Update packages and install basic tools
9278
RUN dnf update -y \
9379
&& dnf install -y \

utils/docker/images/Dockerfile.fedora-rawhide

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,6 @@ ARG MISC_DEPS="\
6363
pkgconf \
6464
sudo"
6565

66-
ARG REDUNDANT_DEPS="\
67-
bash-completion \
68-
open-sans-fonts \
69-
passwd \
70-
tar \
71-
xmlto \
72-
asciidoc \
73-
json-c-devel \
74-
kmod-devel \
75-
libtool \
76-
libudev-devel \
77-
libuuid-devel \
78-
libpmem-devel \
79-
cracklib \
80-
cracklib-dicts \
81-
wget"
82-
8366
# Update packages and install basic tools
8467
RUN dnf update -y \
8568
&& dnf install -y \

utils/docker/images/Dockerfile.ubuntu-18.04

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ ARG MISC_DEPS="\
8282
sudo \
8383
whois"
8484

85-
ARG REDUNDANT_DEPS="\
86-
asciidoc \
87-
curl \
88-
fakeroot \
89-
graphviz \
90-
llvm \
91-
tzdata"
92-
9385
ENV DEBIAN_FRONTEND noninteractive
9486

9587
# Update the apt cache and install basic tools

utils/docker/images/Dockerfile.ubuntu-20.04

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,6 @@ ARG MISC_DEPS="\
8383
sudo \
8484
whois"
8585

86-
ARG REDUNDANT_DEPS="\
87-
asciidoc \
88-
fakeroot \
89-
libjson-c-dev \
90-
libkmod-dev \
91-
libudev-dev \
92-
tzdata \
93-
uuid-dev"
94-
9586
ENV DEBIAN_FRONTEND noninteractive
9687

9788
# Update the apt cache and install basic tools

utils/docker/images/Dockerfile.ubuntu-20.10

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ ARG MISC_DEPS="\
7272
sudo \
7373
whois"
7474

75-
ARG REDUNDANT_DEPS="\
76-
asciidoc \
77-
curl \
78-
fakeroot \
79-
libjson-c-dev \
80-
libkmod-dev \
81-
libudev-dev \
82-
llvm \
83-
ruby \
84-
tzdata \
85-
uuid-dev \
86-
wget"
87-
8875
ENV DEBIAN_FRONTEND noninteractive
8976

9077
# Update the apt cache and install basic tools

utils/docker/images/Dockerfile.ubuntu-devel

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,6 @@ ARG MISC_DEPS="\
7171
sudo \
7272
whois"
7373

74-
ARG REDUNDANT_DEPS="\
75-
asciidoc \
76-
curl \
77-
fakeroot \
78-
libjson-c-dev \
79-
libkmod-dev \
80-
libudev-dev \
81-
llvm \
82-
ruby \
83-
tzdata \
84-
uuid-dev \
85-
wget"
86-
8774
ENV DEBIAN_FRONTEND noninteractive
8875

8976
# Update the apt cache and install basic tools

0 commit comments

Comments
 (0)