Skip to content

Commit

Permalink
Add check for docker being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 9, 2024
1 parent 42de4b7 commit c4f6a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ required_tool() {
}

required_tool jq
required_tool docker

copy_example_or_examplar_to_solution() {
jq -c '[.files.solution, .files.exemplar // .files.example] | transpose | map({src: .[1], dst: .[0]}) | .[]' .meta/config.json \
Expand Down

0 comments on commit c4f6a4d

Please sign in to comment.