Skip to content

Commit

Permalink
Cleanup after build
Browse files Browse the repository at this point in the history
  • Loading branch information
richarah committed Sep 24, 2022
1 parent f243df1 commit 8886894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alproot-build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker build . -t alproot-env && docker export $(docker create alproot-env) -o alproot-env.tar && pv alproot-env.tar | pigz -11 > alproot-env.tar.gz
docker build . -t alproot-env && docker export $(docker create alproot-env) -o alproot-env.tar && pv alproot-env.tar | pigz -11 > alproot-env.tar.gz && rm -rf alproot-env.tar

0 comments on commit 8886894

Please sign in to comment.