Skip to content

Commit 2137c03

Browse files
andrewschoenbigjust
authored andcommitted
Dockerfile: move first line of packages into packages-*.txt files
Signed-off-by: Andrew Schoen <[email protected]>
1 parent 855f3da commit 2137c03

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN \
7171
# download and install packages from web, cleaning any files as you go.
7272
# Installs should support install of ganesha for luminous
7373
microdnf update -y --setopt=install_weak_deps=0 --nodocs && \
74-
microdnf install -y --setopt=install_weak_deps=0 --nodocs util-linux python3-saml python3-setuptools udev device-mapper jq \
74+
microdnf install -y --setopt=install_weak_deps=0 --nodocs \
7575
$(cat packages-*.txt) \
7676
&& \
7777
echo '@ceph - memlock 204800' >> /etc/security/limits.conf && \

packages-ceph.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ nfs-ganesha-rados-urls
2525
nfs-ganesha-rgw
2626
nfs-ganesha-utils
2727
rbd-mirror
28+
python3-saml

packages-os.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ smartmontools
1414
sssd-client
1515
systemd-udev
1616
tar
17+
util-linux
18+
python3-setuptools
19+
udev
20+
device-mapper
21+
jq

0 commit comments

Comments
 (0)