Skip to content
Snippets Groups Projects
Commit 4b64f9d2 authored by Jonas Leder's avatar Jonas Leder
Browse files

wait 10s for the docker daemon

parent fd71f720
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
],
'commands': [
'source .env',
'sleep 10',
'ls -alh /var/run/docker.sock',
'docker context create build',
'docker buildx create build --use',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment