Make sure wget is available

This commit is contained in:
Thomas E Lackey 2024-01-09 15:44:47 -06:00
parent c90a831ccd
commit 164dcc82f5

View File

@ -41,6 +41,8 @@ jobs:
run: ./scripts/create_build_tag_file.sh
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh
- name: "Install wget"
run: apt update && apt install -y wget
- name: Start dockerd # Also needed until we can incorporate into the executor
run: |
dockerd -H $DOCKER_HOST --userland-proxy=false &