diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh index 234de0c..521abce 100755 --- a/docker/scripts/entrypoint.sh +++ b/docker/scripts/entrypoint.sh @@ -40,6 +40,7 @@ if [ ! -d "$DIR" ]; then git clone "$REPO" "$DIR" || exit $? fi cd "$DIR" && \ +touch archery && \ checkoutCommit && \ applyPatch && \ sudo pacman -Syu --noconfirm --noprogressbar &&\