Skip to content

Commit 2ce83ba

Browse files
committed
Merge pull request #23 from offerijns/master
Fixed build error 1 by adding short delay to build script
2 parents 8f05a3d + e5460a6 commit 2ce83ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ ID=$(docker commit $ID)
1818
echo "-----> Running prepare script..."
1919
ID=$(docker run -d $ID /bin/sh -c /build/prepare)
2020
docker attach $ID | indent
21+
sleep 5
2122

2223
echo "-----> Committing changes..."
2324
ID=$(docker commit $ID)
2425
docker tag $ID "$NAME"
2526

2627
echo
27-
echo "=====> Saved container as $NAME"
28+
echo "=====> Saved container as $NAME"

0 commit comments

Comments
 (0)