Skip to content

Commit 7be7e71

Browse files
committed
Move rsync package out of user module
Move it to the modules which use it. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 273ad2f commit 7be7e71

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

modules/s2i/bash/module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ modules:
1818
- name: jboss.container.java.run
1919
- name: jboss.container.prometheus
2020
- name: jboss.container.util.logging.bash
21+
22+
packages:
23+
install:
24+
- rsync

modules/s2i/core/bash/module.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ modules:
1717
packages:
1818
install:
1919
- findutils
20+
- rsync

modules/user/module.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ envs:
1010
packages:
1111
install:
1212
- unzip
13-
- rsync
1413
- shadow-utils # groupadd
1514

1615
execute:

0 commit comments

Comments
 (0)