Skip to content

Commit 89cdaad

Browse files
committed
feat: Update alteriso command to use bash for executing clean and profile build
1 parent 0d6f952 commit 89cdaad

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

alteriso/compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ services:
1010
volumes:
1111
- ./out:/app/out
1212
# - ./work:/app/work
13-
command: alteriso profile build /usr/share/alteriso/configs/xfce
13+
command:
14+
- /bin/bash
15+
- -lc
16+
- |
17+
alteriso clean
18+
alteriso profile build /usr/share/alteriso/configs/xfce
1419

0 commit comments

Comments
 (0)