Skip to content

Commit

Permalink
Pull DOCKR_BASE first.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Sep 18, 2024
1 parent 5c19db6 commit 1643ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/start_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ fi

sudo apt-get update
sudo apt-get install -y qemu-user-static
docker pull ${DOCKR_BASE}
docker run --cidfile "${DKR_CID_FILE}" -d --restart=always --platform linux/${DOCKR_PLATFORM} -v `pwd`:`pwd` ${DOCKR_BASE} sleep infinity

0 comments on commit 1643ff3

Please sign in to comment.