Skip to content

Commit 273ad2f

Browse files
committed
Move tar package dependency from user module
Move it to the module which uses it. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent dcbc13f commit 273ad2f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

modules/maven/default/module.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ modules:
2424
packages:
2525
install:
2626
- findutils
27+
- tar

modules/maven/s2i/module.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ modules:
3434
- name: jboss.container.s2i.core.bash
3535
- name: jboss.container.maven.default
3636
- name: jboss.container.util.logging.bash
37+
38+
packages:
39+
install:
40+
- tar

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-
- tar
1413
- rsync
1514
- shadow-utils # groupadd
1615

0 commit comments

Comments
 (0)