diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 16:59:44 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 16:59:44 +0700 |
| commit | 1e9c24d3f47fbf4b22241bebfc11de9c9c615f02 (patch) | |
| tree | ecc732688e91e63b09db8dd04ec057b8decc7af8 /scripts/create_image.sh | |
| parent | bb392b3bf7ce2085c2cec10d575ab623452017c7 (diff) | |
| download | arch-docker-1e9c24d3f47fbf4b22241bebfc11de9c9c615f02.tar.xz | |
Remove packages only after bootstraping is finished.
* arch-base: remove unneeded packages.
Diffstat (limited to 'scripts/create_image.sh')
| -rwxr-xr-x | scripts/create_image.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create_image.sh b/scripts/create_image.sh index 131028a..938fe4d 100755 --- a/scripts/create_image.sh +++ b/scripts/create_image.sh @@ -3,4 +3,6 @@ . ../scripts/rootfs.sh . ./vars.sh +rootfs_clean_pacman + rootfs_to_docker ${IMAGE_NAME} ${IMAGE_ARGS[@]} |
