This repository was archived by the owner on Mar 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9178RUN dnf update -y \
9279 && dnf install -y \
Original file line number Diff line number Diff 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
9278RUN dnf update -y \
9379 && dnf install -y \
Original file line number Diff line number Diff 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
8467RUN dnf update -y \
8568 && dnf install -y \
Original file line number Diff line number Diff 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-
9385ENV DEBIAN_FRONTEND noninteractive
9486
9587# Update the apt cache and install basic tools
Original file line number Diff line number Diff 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-
9586ENV DEBIAN_FRONTEND noninteractive
9687
9788# Update the apt cache and install basic tools
Original file line number Diff line number Diff 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-
8875ENV DEBIAN_FRONTEND noninteractive
8976
9077# Update the apt cache and install basic tools
Original file line number Diff line number Diff 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-
8774ENV DEBIAN_FRONTEND noninteractive
8875
8976# Update the apt cache and install basic tools
You can’t perform that action at this time.
0 commit comments