Browse Source

speed up docker build using implicit lock

Nick Sweeting 1 year ago
parent
commit
ca41d033da
1 changed files with 3 additions and 1 deletions
  1. 3 1
      bin/build_docker.sh

+ 3 - 1
bin/build_docker.sh

@@ -72,7 +72,9 @@ check_platforms || (recreate_builder && check_platforms) || exit 1
 
 
 # Make sure pyproject.toml, pdm{.dev}.lock, requirements{-dev}.txt, package{-lock}.json are all up-to-date
-bash ./bin/lock_pkgs.sh
+echo "[!] Make sure you've run ./bin/lock_pkgs.sh recently!"
+sleep 1
+# bash ./bin/lock_pkgs.sh
 
 
 echo "[+] Building archivebox:$VERSION docker image..."